Html Css Color HEX #351941 Blackcurrant

📋 copy color: '#351941'

red 53 ◦ green 25 ◦ blue 65

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

Shades of Blackcurrant #351941

Tints of Blackcurrant #351941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

 BLUE value IS 65 (25.78% from 255) = 45.45%

R = 37.06%
G = 17.48%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351941 (or 0x351941) is known color: Blackcurrant. HEX triplet: 35, 19 and 41. RGB value is (53,25,65). Sum of RGB (Red+Green+Blue) = 53+25+65=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #351941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351941 is #CAE6BE. Grayscale: #252525. Windows color (decimal): -13297343 or 4266293. OLE color: 4266293.

HSL color Cylindrical-coordinate representation of color #351941: hue angle of 282º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351941 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 25 65 -
CMYK 0.18 0.62 0 0.75
HSL 282º 0.44% 0.18% -
HSV(B) 282º 0.62% 0.25% -
XYZ 2.77 1.83 5.21 -
YUV 37.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 53 25 65 0.18 0.62 0 0.75 282 0.44 0.18
Hex 35 19 41 12 3E 0 4B 11A 2C 12
Octal 65 31 101 22 76 0 113 432 54 22
Binary 110101 11001 1000001 10010 111110 0 1001011 100011010 101100 10010

Color Harmonies of #351941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351941

Black with #351941

Text Example


Text Example

White with #351941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351941; }

 p { color: rgb(53,25,65); }

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

background-color css

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

 a { background-color: rgb(53,25,65); }

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

border-color css

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

 span { border-color: rgb(53,25,65); }

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