Html Css Color HEX #0A0B17 Black Russian

📋 copy color: '#0A0B17'

red 10 ◦ green 11 ◦ blue 23

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

Shades of Black Russian #0A0B17

Tints of Black Russian #0A0B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25%

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

R = 22.73%
G = 25%
B = 52.27%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0B17 (or 0x0A0B17) is known color: Black Russian. HEX triplet: 0A, 0B and 17. RGB value is (10,11,23). Sum of RGB (Red+Green+Blue) = 10+11+23=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B17 is #F5F4E8. Grayscale: #0C0C0C. Windows color (decimal): -16119017 or 1510154. OLE color: 1510154.

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

Color convert

RGB 10 11 23 -
CMYK 0.57 0.52 0 0.91
HSL 235.38º 0.39% 0.06% -
HSV(B) 235.38º 0.57% 0.09% -
XYZ 0.4 0.37 0.86 -
YUV 12.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 10 11 23 0.57 0.52 0 0.91 235.38 0.39 0.06
Hex A B 17 39 34 0 5B EB 27 6
Octal 12 13 27 71 64 0 133 353 47 6
Binary 1010 1011 10111 111001 110100 0 1011011 11101011 100111 110

Color Harmonies of #0A0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B17

Black with #0A0B17

Text Example


Text Example

White with #0A0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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