Html Css Color HEX #361941 Blackcurrant

📋 copy color: '#361941'

red 54 ◦ green 25 ◦ blue 65

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

Shades of Blackcurrant #361941

Tints of Blackcurrant #361941

RGB

 RED value IS 54 (21.48% from 255) = 37.5%

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

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

R = 37.5%
G = 17.36%
B = 45.14%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361941 (or 0x361941) is known color: Blackcurrant. HEX triplet: 36, 19 and 41. RGB value is (54,25,65). Sum of RGB (Red+Green+Blue) = 54+25+65=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #361941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361941 is #C9E6BE. Grayscale: #262626. Windows color (decimal): -13231807 or 4266294. OLE color: 4266294.

HSL color Cylindrical-coordinate representation of color #361941: hue angle of 283.5º 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 #361941 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 25 65 -
CMYK 0.17 0.62 0 0.75
HSL 283.5º 0.44% 0.18% -
HSV(B) 283.5º 0.62% 0.25% -
XYZ 2.82 1.86 5.21 -
YUV 38.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 54 25 65 0.17 0.62 0 0.75 283.5 0.44 0.18
Hex 36 19 41 11 3E 0 4B 11C 2C 12
Octal 66 31 101 21 76 0 113 434 54 22
Binary 110110 11001 1000001 10001 111110 0 1001011 100011100 101100 10010

Color Harmonies of #361941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361941

Black with #361941

Text Example


Text Example

White with #361941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361941; }

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

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

background-color css

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

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

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

border-color css

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

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

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