Html Css Color HEX #361F40 Blackcurrant

📋 copy color: '#361F40'

red 54 ◦ green 31 ◦ blue 64

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

Shades of Blackcurrant #361F40

Tints of Blackcurrant #361F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.81%

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 36.24%
G = 20.81%
B = 42.95%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361F40 (or 0x361F40) is known color: Blackcurrant. HEX triplet: 36, 1F and 40. RGB value is (54,31,64). Sum of RGB (Red+Green+Blue) = 54+31+64=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #361F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F40 is #C9E0BF. Grayscale: #292929. Windows color (decimal): -13230272 or 4202294. OLE color: 4202294.

HSL color Cylindrical-coordinate representation of color #361F40: hue angle of 281.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361F40 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 31 64 -
CMYK 0.16 0.52 0 0.75
HSL 281.82º 0.35% 0.19% -
HSV(B) 281.82º 0.52% 0.25% -
XYZ 2.94 2.13 5.11 -
YUV 41.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 54 31 64 0.16 0.52 0 0.75 281.82 0.35 0.19
Hex 36 1F 40 10 34 0 4B 11A 23 13
Octal 66 37 100 20 64 0 113 432 43 23
Binary 110110 11111 1000000 10000 110100 0 1001011 100011010 100011 10011

Color Harmonies of #361F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F40

Black with #361F40

Text Example


Text Example

White with #361F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361F40; }

 p { color: rgb(54,31,64); }

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

background-color css

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

 a { background-color: rgb(54,31,64); }

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

border-color css

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

 span { border-color: rgb(54,31,64); }

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