Html Css Color HEX #080124 Black Russian

📋 copy color: '#080124'

red 8 ◦ green 1 ◦ blue 36

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

Shades of Black Russian #080124

Tints of Black Russian #080124

RGB

 RED value IS 8 (3.52% from 255) = 17.78%

 GREEN value IS 1 (0.78% from 255) = 2.22%

 BLUE value IS 36 (14.45% from 255) = 80%

R = 17.78%
G = 2.22%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#080124 (or 0x080124) is known color: Black Russian. HEX triplet: 08, 01 and 24. RGB value is (8,1,36). Sum of RGB (Red+Green+Blue) = 8+1+36=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 36 (14.45% from 255 or 80% from 45); Max value from RGB is 36 - color contains mainly: blue. Hex color #080124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080124 is #F7FEDB. Grayscale: #060606. Windows color (decimal): -16252636 or 2359560. OLE color: 2359560.

HSL color Cylindrical-coordinate representation of color #080124: hue angle of 252º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080124 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 1 36 -
CMYK 0.78 0.97 0 0.86
HSL 252º 0.95% 0.07% -
HSV(B) 252º 0.97% 0.14% -
XYZ 0.43 0.2 1.69 -
YUV 7.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 8 1 36 0.78 0.97 0 0.86 252 0.95 0.07
Hex 8 1 24 4E 61 0 56 FC 5F 7
Octal 10 1 44 116 141 0 126 374 137 7
Binary 1000 1 100100 1001110 1100001 0 1010110 11111100 1011111 111

Color Harmonies of #080124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080124

Black with #080124

Text Example


Text Example

White with #080124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080124; }

 p { color: rgb(8,1,36); }

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

background-color css

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

 a { background-color: rgb(8,1,36); }

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

border-color css

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

 span { border-color: rgb(8,1,36); }

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