Html Css Color HEX #36064C Blackcurrant

📋 copy color: '#36064C'

red 54 ◦ green 6 ◦ blue 76

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

Shades of Blackcurrant #36064C

Tints of Blackcurrant #36064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 76 (30.08% from 255) = 55.88%

R = 39.71%
G = 4.41%
B = 55.88%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36064C (or 0x36064C) is known color: Blackcurrant. HEX triplet: 36, 06 and 4C. RGB value is (54,6,76). Sum of RGB (Red+Green+Blue) = 54+6+76=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #36064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36064C is #C9F9B3. Grayscale: #1C1C1C. Windows color (decimal): -13236660 or 4982326. OLE color: 4982326.

HSL color Cylindrical-coordinate representation of color #36064C: hue angle of 281.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36064C is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 6 76 -
CMYK 0.29 0.92 0 0.70
HSL 281.14º 0.85% 0.16% -
HSV(B) 281.14º 0.92% 0.3% -
XYZ 2.89 1.44 6.96 -
YUV 28.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 54 6 76 0.29 0.92 0 0.70 281.14 0.85 0.16
Hex 36 6 4C 1D 5C 0 46 119 55 10
Octal 66 6 114 35 134 0 106 431 125 20
Binary 110110 110 1001100 11101 1011100 0 1000110 100011001 1010101 10000

Color Harmonies of #36064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36064C

Black with #36064C

Text Example


Text Example

White with #36064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36064C; }

 p { color: rgb(54,6,76); }

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

background-color css

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

 a { background-color: rgb(54,6,76); }

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

border-color css

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

 span { border-color: rgb(54,6,76); }

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