Html Css Color HEX #0E0A1C Black Russian

📋 copy color: '#0E0A1C'

red 14 ◦ green 10 ◦ blue 28

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

Shades of Black Russian #0E0A1C

Tints of Black Russian #0E0A1C

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E0A1C (or 0x0E0A1C) is known color: Black Russian. HEX triplet: 0E, 0A and 1C. RGB value is (14,10,28). Sum of RGB (Red+Green+Blue) = 14+10+28=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 10 (4.30% from 255 or 19.23% 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 #0E0A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A1C is #F1F5E3. Grayscale: #0D0D0D. Windows color (decimal): -15857124 or 1837582. OLE color: 1837582.

HSL color Cylindrical-coordinate representation of color #0E0A1C: hue angle of 253.33º 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 #0E0A1C is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 10 28 -
CMYK 0.50 0.64 0 0.89
HSL 253.33º 0.47% 0.07% -
HSV(B) 253.33º 0.64% 0.11% -
XYZ 0.5 0.39 1.15 -
YUV 13.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 14 10 28 0.50 0.64 0 0.89 253.33 0.47 0.07
Hex E A 1C 32 40 0 59 FD 2F 7
Octal 16 12 34 62 100 0 131 375 57 7
Binary 1110 1010 11100 110010 1000000 0 1011001 11111101 101111 111

Color Harmonies of #0E0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0A1C

Black with #0E0A1C

Text Example


Text Example

White with #0E0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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