Html Css Color HEX #0A0E31 Black Russian

📋 copy color: '#0A0E31'

red 10 ◦ green 14 ◦ blue 49

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

Shades of Black Russian #0A0E31

Tints of Black Russian #0A0E31

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.18%

 BLUE value IS 49 (19.53% from 255) = 67.12%

R = 13.7%
G = 19.18%
B = 67.12%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A0E31 (or 0x0A0E31) is known color: Black Russian. HEX triplet: 0A, 0E and 31. RGB value is (10,14,49). Sum of RGB (Red+Green+Blue) = 10+14+49=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A0E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E31 is #F5F1CE. Grayscale: #101010. Windows color (decimal): -16118223 or 3214858. OLE color: 3214858.

HSL color Cylindrical-coordinate representation of color #0A0E31: hue angle of 233.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0E31 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 14 49 -
CMYK 0.80 0.71 0 0.81
HSL 233.85º 0.66% 0.12% -
HSV(B) 233.85º 0.8% 0.19% -
XYZ 0.84 0.6 2.98 -
YUV 16.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 10 14 49 0.80 0.71 0 0.81 233.85 0.66 0.12
Hex A E 31 50 47 0 51 EA 42 C
Octal 12 16 61 120 107 0 121 352 102 14
Binary 1010 1110 110001 1010000 1000111 0 1010001 11101010 1000010 1100

Color Harmonies of #0A0E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E31

Black with #0A0E31

Text Example


Text Example

White with #0A0E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,49); }

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

background-color css

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

 a { background-color: rgb(10,14,49); }

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

border-color css

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

 span { border-color: rgb(10,14,49); }

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