Html Css Color HEX #080910 Black Russian

📋 copy color: '#080910'

red 8 ◦ green 9 ◦ blue 16

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

Shades of Black Russian #080910

Tints of Black Russian #080910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 48.48%

R = 24.24%
G = 27.27%
B = 48.48%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080910 (or 0x080910) is known color: Black Russian. HEX triplet: 08, 09 and 10. RGB value is (8,9,16). Sum of RGB (Red+Green+Blue) = 8+9+16=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #080910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080910 is #F7F6EF. Grayscale: #090909. Windows color (decimal): -16250608 or 1050888. OLE color: 1050888.

HSL color Cylindrical-coordinate representation of color #080910: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080910 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 9 16 -
CMYK 0.50 0.44 0 0.94
HSL 232.5º 0.33% 0.05% -
HSV(B) 232.5º 0.5% 0.06% -
XYZ 0.29 0.28 0.53 -
YUV 9.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 8 9 16 0.50 0.44 0 0.94 232.5 0.33 0.05
Hex 8 9 10 32 2C 0 5E E8 21 5
Octal 10 11 20 62 54 0 136 350 41 5
Binary 1000 1001 10000 110010 101100 0 1011110 11101000 100001 101

Color Harmonies of #080910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080910

Black with #080910

Text Example


Text Example

White with #080910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080910; }

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

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

background-color css

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

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

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

border-color css

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

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

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