Html Css Color HEX #0A0718 Black Russian

📋 copy color: '#0A0718'

red 10 ◦ green 7 ◦ blue 24

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

Shades of Black Russian #0A0718

Tints of Black Russian #0A0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.07%

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

R = 24.39%
G = 17.07%
B = 58.54%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0718 (or 0x0A0718) is known color: Black Russian. HEX triplet: 0A, 07 and 18. RGB value is (10,7,24). Sum of RGB (Red+Green+Blue) = 10+7+24=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0718 is #F5F8E7. Grayscale: #090909. Windows color (decimal): -16120040 or 1574666. OLE color: 1574666.

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

Color convert

RGB 10 7 24 -
CMYK 0.58 0.71 0 0.91
HSL 250.59º 0.55% 0.06% -
HSV(B) 250.59º 0.71% 0.09% -
XYZ 0.37 0.28 0.9 -
YUV 9.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 10 7 24 0.58 0.71 0 0.91 250.59 0.55 0.06
Hex A 7 18 3A 47 0 5B FB 37 6
Octal 12 7 30 72 107 0 133 373 67 6
Binary 1010 111 11000 111010 1000111 0 1011011 11111011 110111 110

Color Harmonies of #0A0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0718

Black with #0A0718

Text Example


Text Example

White with #0A0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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