Html Css Color HEX #36094C Blackcurrant

📋 copy color: '#36094C'

red 54 ◦ green 9 ◦ blue 76

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

Shades of Blackcurrant #36094C

Tints of Blackcurrant #36094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

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

R = 38.85%
G = 6.47%
B = 54.68%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36094C (or 0x36094C) is known color: Blackcurrant. HEX triplet: 36, 09 and 4C. RGB value is (54,9,76). Sum of RGB (Red+Green+Blue) = 54+9+76=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #36094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36094C is #C9F6B3. Grayscale: #1D1D1D. Windows color (decimal): -13235892 or 4983094. OLE color: 4983094.

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

Color convert

RGB 54 9 76 -
CMYK 0.29 0.88 0 0.70
HSL 280.3º 0.79% 0.17% -
HSV(B) 280.3º 0.88% 0.3% -
XYZ 2.92 1.5 6.97 -
YUV 30.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 54 9 76 0.29 0.88 0 0.70 280.3 0.79 0.17
Hex 36 9 4C 1D 58 0 46 118 4F 11
Octal 66 11 114 35 130 0 106 430 117 21
Binary 110110 1001 1001100 11101 1011000 0 1000110 100011000 1001111 10001

Color Harmonies of #36094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36094C

Black with #36094C

Text Example


Text Example

White with #36094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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