Html Css Color HEX #0A0E1C Black Russian

📋 copy color: '#0A0E1C'

red 10 ◦ green 14 ◦ blue 28

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

Shades of Black Russian #0A0E1C

Tints of Black Russian #0A0E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 19.23%
G = 26.92%
B = 53.85%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A0E1C (or 0x0A0E1C) is known color: Black Russian. HEX triplet: 0A, 0E and 1C. RGB value is (10,14,28). Sum of RGB (Red+Green+Blue) = 10+14+28=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A0E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E1C is #F5F1E3. Grayscale: #0E0E0E. Windows color (decimal): -16118244 or 1838602. OLE color: 1838602.

HSL color Cylindrical-coordinate representation of color #0A0E1C: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A0E1C is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 14 28 -
CMYK 0.64 0.50 0 0.89
HSL 226.67º 0.47% 0.07% -
HSV(B) 226.67º 0.64% 0.11% -
XYZ 0.49 0.46 1.16 -
YUV 14.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 10 14 28 0.64 0.50 0 0.89 226.67 0.47 0.07
Hex A E 1C 40 32 0 59 E3 2F 7
Octal 12 16 34 100 62 0 131 343 57 7
Binary 1010 1110 11100 1000000 110010 0 1011001 11100011 101111 111

Color Harmonies of #0A0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E1C

Black with #0A0E1C

Text Example


Text Example

White with #0A0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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