Html Css Color HEX #0A0D14 Black Russian

📋 copy color: '#0A0D14'

red 10 ◦ green 13 ◦ blue 20

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

Shades of Black Russian #0A0D14

Tints of Black Russian #0A0D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 46.51%

R = 23.26%
G = 30.23%
B = 46.51%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0D14 (or 0x0A0D14) is known color: Black Russian. HEX triplet: 0A, 0D and 14. RGB value is (10,13,20). Sum of RGB (Red+Green+Blue) = 10+13+20=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D14 is #F5F2EB. Grayscale: #0C0C0C. Windows color (decimal): -16118508 or 1314058. OLE color: 1314058.

HSL color Cylindrical-coordinate representation of color #0A0D14: hue angle of 222º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0D14 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 13 20 -
CMYK 0.50 0.35 0 0.92
HSL 222º 0.33% 0.06% -
HSV(B) 222º 0.5% 0.08% -
XYZ 0.4 0.4 0.72 -
YUV 12.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 10 13 20 0.50 0.35 0 0.92 222 0.33 0.06
Hex A D 14 32 23 0 5C DE 21 6
Octal 12 15 24 62 43 0 134 336 41 6
Binary 1010 1101 10100 110010 100011 0 1011100 11011110 100001 110

Color Harmonies of #0A0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D14

Black with #0A0D14

Text Example


Text Example

White with #0A0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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