Html Css Color HEX #080A0F Black Russian

📋 copy color: '#080A0F'

red 8 ◦ green 10 ◦ blue 15

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

Shades of Black Russian #080A0F

Tints of Black Russian #080A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 30.3%

 BLUE value IS 15 (6.25% from 255) = 45.45%

R = 24.24%
G = 30.3%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080A0F (or 0x080A0F) is known color: Black Russian. HEX triplet: 08, 0A and 0F. RGB value is (8,10,15). Sum of RGB (Red+Green+Blue) = 8+10+15=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #080A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0F is #F7F5F0. Grayscale: #090909. Windows color (decimal): -16250353 or 985608. OLE color: 985608.

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

Color convert

RGB 8 10 15 -
CMYK 0.47 0.33 0 0.94
HSL 222.86º 0.3% 0.05% -
HSV(B) 222.86º 0.47% 0.06% -
XYZ 0.29 0.3 0.49 -
YUV 9.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 8 10 15 0.47 0.33 0 0.94 222.86 0.3 0.05
Hex 8 A F 2F 21 0 5E DF 1E 5
Octal 10 12 17 57 41 0 136 337 36 5
Binary 1000 1010 1111 101111 100001 0 1011110 11011111 11110 101

Color Harmonies of #080A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A0F

Black with #080A0F

Text Example


Text Example

White with #080A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A0F; }

 p { color: rgb(8,10,15); }

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

background-color css

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

 a { background-color: rgb(8,10,15); }

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

border-color css

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

 span { border-color: rgb(8,10,15); }

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