Html Css Color HEX #0A0D17 Black Russian

📋 copy color: '#0A0D17'

red 10 ◦ green 13 ◦ blue 23

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

Shades of Black Russian #0A0D17

Tints of Black Russian #0A0D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

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

R = 21.74%
G = 28.26%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0D17 (or 0x0A0D17) is known color: Black Russian. HEX triplet: 0A, 0D and 17. RGB value is (10,13,23). Sum of RGB (Red+Green+Blue) = 10+13+23=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D17 is #F5F2E8. Grayscale: #0D0D0D. Windows color (decimal): -16118505 or 1510666. OLE color: 1510666.

HSL color Cylindrical-coordinate representation of color #0A0D17: hue angle of 226.15º 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 #0A0D17 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 13 23 -
CMYK 0.57 0.43 0 0.91
HSL 226.15º 0.39% 0.06% -
HSV(B) 226.15º 0.57% 0.09% -
XYZ 0.42 0.41 0.87 -
YUV 13.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 10 13 23 0.57 0.43 0 0.91 226.15 0.39 0.06
Hex A D 17 39 2B 0 5B E2 27 6
Octal 12 15 27 71 53 0 133 342 47 6
Binary 1010 1101 10111 111001 101011 0 1011011 11100010 100111 110

Color Harmonies of #0A0D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D17

Black with #0A0D17

Text Example


Text Example

White with #0A0D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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