Html Css Color HEX #351848 Blackcurrant

📋 copy color: '#351848'

red 53 ◦ green 24 ◦ blue 72

#351848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #351848

Tints of Blackcurrant #351848

RGB

 RED value IS 53 (21.09% from 255) = 35.57%

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 35.57%
G = 16.11%
B = 48.32%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#351848 (or 0x351848) is known color: Blackcurrant. HEX triplet: 35, 18 and 48. RGB value is (53,24,72). Sum of RGB (Red+Green+Blue) = 53+24+72=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #351848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351848 is #CAE7B7. Grayscale: #252525. Windows color (decimal): -13297592 or 4724789. OLE color: 4724789.

HSL color Cylindrical-coordinate representation of color #351848: hue angle of 276.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351848 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 24 72 -
CMYK 0.26 0.67 0 0.72
HSL 276.25º 0.5% 0.19% -
HSV(B) 276.25º 0.67% 0.28% -
XYZ 2.96 1.88 6.34 -
YUV 38.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 53 24 72 0.26 0.67 0 0.72 276.25 0.5 0.19
Hex 35 18 48 1A 43 0 48 114 32 13
Octal 65 30 110 32 103 0 110 424 62 23
Binary 110101 11000 1001000 11010 1000011 0 1001000 100010100 110010 10011

Color Harmonies of #351848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351848

Black with #351848

Text Example


Text Example

White with #351848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351848; }

 p { color: rgb(53,24,72); }

 H1.HeaderClassName
 {
   color: #351848;
 }
 .AnyTagClassName
 {
   color: #351848;
 }
</style>

background-color css

<style>
 a { background-color: #351848; }

 a { background-color: rgb(53,24,72); }

 div.DivClassName
 {
   background-color: #351848;
 }
 .BgClassName
 {
   background-color: #351848;
 }
</style>

border-color css

<style>
 span { border-color: #351848; }

 span { border-color: rgb(53,24,72); }

 td.TdClassName
 {
   border-color: #351848;
 }
 .TagClassName
 {
   border-color: #351848;
 }
</style>