Html Css Color HEX #080924 Black Russian

📋 copy color: '#080924'

red 8 ◦ green 9 ◦ blue 36

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

Shades of Black Russian #080924

Tints of Black Russian #080924

RGB

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

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

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

R = 15.09%
G = 16.98%
B = 67.92%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#080924 (or 0x080924) is known color: Black Russian. HEX triplet: 08, 09 and 24. RGB value is (8,9,36). Sum of RGB (Red+Green+Blue) = 8+9+36=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #080924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080924 is #F7F6DB. Grayscale: #0B0B0B. Windows color (decimal): -16250588 or 2361608. OLE color: 2361608.

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

Color convert

RGB 8 9 36 -
CMYK 0.78 0.75 0 0.86
HSL 237.86º 0.64% 0.09% -
HSV(B) 237.86º 0.78% 0.14% -
XYZ 0.52 0.37 1.71 -
YUV 11.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 8 9 36 0.78 0.75 0 0.86 237.86 0.64 0.09
Hex 8 9 24 4E 4B 0 56 EE 40 9
Octal 10 11 44 116 113 0 126 356 100 11
Binary 1000 1001 100100 1001110 1001011 0 1010110 11101110 1000000 1001

Color Harmonies of #080924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080924

Black with #080924

Text Example


Text Example

White with #080924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080924; }

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

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

background-color css

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

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

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

border-color css

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

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

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