Html Css Color HEX #0A0917 Black Russian

📋 copy color: '#0A0917'

red 10 ◦ green 9 ◦ blue 23

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

Shades of Black Russian #0A0917

Tints of Black Russian #0A0917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 23.81%
G = 21.43%
B = 54.76%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0917 (or 0x0A0917) is known color: Black Russian. HEX triplet: 0A, 09 and 17. RGB value is (10,9,23). Sum of RGB (Red+Green+Blue) = 10+9+23=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0917 is #F5F6E8. Grayscale: #0A0A0A. Windows color (decimal): -16119529 or 1509642. OLE color: 1509642.

HSL color Cylindrical-coordinate representation of color #0A0917: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0A0917 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 9 23 -
CMYK 0.57 0.61 0 0.91
HSL 244.29º 0.44% 0.06% -
HSV(B) 244.29º 0.61% 0.09% -
XYZ 0.38 0.32 0.85 -
YUV 10.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 10 9 23 0.57 0.61 0 0.91 244.29 0.44 0.06
Hex A 9 17 39 3D 0 5B F4 2C 6
Octal 12 11 27 71 75 0 133 364 54 6
Binary 1010 1001 10111 111001 111101 0 1011011 11110100 101100 110

Color Harmonies of #0A0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0917

Black with #0A0917

Text Example


Text Example

White with #0A0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,9,23); }

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

background-color css

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

 a { background-color: rgb(10,9,23); }

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

border-color css

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

 span { border-color: rgb(10,9,23); }

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