Html Css Color HEX #0A0918 Black Russian

📋 copy color: '#0A0918'

red 10 ◦ green 9 ◦ blue 24

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

Shades of Black Russian #0A0918

Tints of Black Russian #0A0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 55.81%

R = 23.26%
G = 20.93%
B = 55.81%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0918 (or 0x0A0918) is known color: Black Russian. HEX triplet: 0A, 09 and 18. RGB value is (10,9,24). Sum of RGB (Red+Green+Blue) = 10+9+24=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0918 is #F5F6E7. Grayscale: #0A0A0A. Windows color (decimal): -16119528 or 1575178. OLE color: 1575178.

HSL color Cylindrical-coordinate representation of color #0A0918: hue angle of 244º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A0918 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 9 24 -
CMYK 0.58 0.63 0 0.91
HSL 244º 0.45% 0.06% -
HSV(B) 244º 0.63% 0.09% -
XYZ 0.39 0.33 0.91 -
YUV 11.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 10 9 24 0.58 0.63 0 0.91 244 0.45 0.06
Hex A 9 18 3A 3F 0 5B F4 2D 6
Octal 12 11 30 72 77 0 133 364 55 6
Binary 1010 1001 11000 111010 111111 0 1011011 11110100 101101 110

Color Harmonies of #0A0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0918

Black with #0A0918

Text Example


Text Example

White with #0A0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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