Html Css Color HEX #36084A Blackcurrant

📋 copy color: '#36084A'

red 54 ◦ green 8 ◦ blue 74

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

Shades of Blackcurrant #36084A

Tints of Blackcurrant #36084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 39.71%
G = 5.88%
B = 54.41%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36084A (or 0x36084A) is known color: Blackcurrant. HEX triplet: 36, 08 and 4A. RGB value is (54,8,74). Sum of RGB (Red+Green+Blue) = 54+8+74=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #36084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36084A is #C9F7B5. Grayscale: #1D1D1D. Windows color (decimal): -13236150 or 4851766. OLE color: 4851766.

HSL color Cylindrical-coordinate representation of color #36084A: hue angle of 281.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36084A is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 8 74 -
CMYK 0.27 0.89 0 0.71
HSL 281.82º 0.8% 0.16% -
HSV(B) 281.82º 0.89% 0.29% -
XYZ 2.84 1.45 6.61 -
YUV 29.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 54 8 74 0.27 0.89 0 0.71 281.82 0.8 0.16
Hex 36 8 4A 1B 59 0 47 11A 50 10
Octal 66 10 112 33 131 0 107 432 120 20
Binary 110110 1000 1001010 11011 1011001 0 1000111 100011010 1010000 10000

Color Harmonies of #36084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36084A

Black with #36084A

Text Example


Text Example

White with #36084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36084A; }

 p { color: rgb(54,8,74); }

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

background-color css

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

 a { background-color: rgb(54,8,74); }

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

border-color css

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

 span { border-color: rgb(54,8,74); }

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