Html Css Color HEX #0A080F Black Russian

📋 copy color: '#0A080F'

red 10 ◦ green 8 ◦ blue 15

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

Shades of Black Russian #0A080F

Tints of Black Russian #0A080F

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A080F (or 0x0A080F) is known color: Black Russian. HEX triplet: 0A, 08 and 0F. RGB value is (10,8,15). Sum of RGB (Red+Green+Blue) = 10+8+15=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 8 (3.52% from 255 or 24.24% 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 #0A080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080F is #F5F7F0. Grayscale: #090909. Windows color (decimal): -16119793 or 985098. OLE color: 985098.

HSL color Cylindrical-coordinate representation of color #0A080F: hue angle of 257.14º 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 #0A080F is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 10 8 15 -
CMYK 0.33 0.47 0 0.94
HSL 257.14º 0.3% 0.05% -
HSV(B) 257.14º 0.47% 0.06% -
XYZ 0.3 0.27 0.49 -
YUV 9.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 10 8 15 0.33 0.47 0 0.94 257.14 0.3 0.05
Hex A 8 F 21 2F 0 5E 101 1E 5
Octal 12 10 17 41 57 0 136 401 36 5
Binary 1010 1000 1111 100001 101111 0 1011110 100000001 11110 101

Color Harmonies of #0A080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A080F

Black with #0A080F

Text Example


Text Example

White with #0A080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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