Html Css Color HEX #0A112E Black Russian

📋 copy color: '#0A112E'

red 10 ◦ green 17 ◦ blue 46

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

Shades of Black Russian #0A112E

Tints of Black Russian #0A112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 46 (18.36% from 255) = 63.01%

R = 13.7%
G = 23.29%
B = 63.01%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0A112E (or 0x0A112E) is known color: Black Russian. HEX triplet: 0A, 11 and 2E. RGB value is (10,17,46). Sum of RGB (Red+Green+Blue) = 10+17+46=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A112E is #F5EED1. Grayscale: #121212. Windows color (decimal): -16117458 or 3019018. OLE color: 3019018.

HSL color Cylindrical-coordinate representation of color #0A112E: hue angle of 228.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A112E is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 10 17 46 -
CMYK 0.78 0.63 0 0.82
HSL 228.33º 0.64% 0.11% -
HSV(B) 228.33º 0.78% 0.18% -
XYZ 0.82 0.66 2.67 -
YUV 18.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 10 17 46 0.78 0.63 0 0.82 228.33 0.64 0.11
Hex A 11 2E 4E 3F 0 52 E4 40 B
Octal 12 21 56 116 77 0 122 344 100 13
Binary 1010 10001 101110 1001110 111111 0 1010010 11100100 1000000 1011

Color Harmonies of #0A112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A112E

Black with #0A112E

Text Example


Text Example

White with #0A112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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