Html Css Color HEX #0A0711 Black Russian

📋 copy color: '#0A0711'

red 10 ◦ green 7 ◦ blue 17

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

Shades of Black Russian #0A0711

Tints of Black Russian #0A0711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 50%

R = 29.41%
G = 20.59%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0711 (or 0x0A0711) is known color: Black Russian. HEX triplet: 0A, 07 and 11. RGB value is (10,7,17). Sum of RGB (Red+Green+Blue) = 10+7+17=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0711 is #F5F8EE. Grayscale: #090909. Windows color (decimal): -16120047 or 1115914. OLE color: 1115914.

HSL color Cylindrical-coordinate representation of color #0A0711: hue angle of 258º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0A0711 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 7 17 -
CMYK 0.41 0.59 0 0.93
HSL 258º 0.42% 0.05% -
HSV(B) 258º 0.59% 0.07% -
XYZ 0.3 0.26 0.56 -
YUV 9.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 10 7 17 0.41 0.59 0 0.93 258 0.42 0.05
Hex A 7 11 29 3B 0 5D 102 2A 5
Octal 12 7 21 51 73 0 135 402 52 5
Binary 1010 111 10001 101001 111011 0 1011101 100000010 101010 101

Color Harmonies of #0A0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0711

Black with #0A0711

Text Example


Text Example

White with #0A0711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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