Html Css Color HEX #0E101E Black Russian

📋 copy color: '#0E101E'

red 14 ◦ green 16 ◦ blue 30

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

Shades of Black Russian #0E101E

Tints of Black Russian #0E101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

 BLUE value IS 30 (12.11% from 255) = 50%

R = 23.33%
G = 26.67%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E101E (or 0x0E101E) is known color: Black Russian. HEX triplet: 0E, 10 and 1E. RGB value is (14,16,30). Sum of RGB (Red+Green+Blue) = 14+16+30=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E101E is #F1EFE1. Grayscale: #101010. Windows color (decimal): -15855586 or 1970190. OLE color: 1970190.

HSL color Cylindrical-coordinate representation of color #0E101E: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E101E is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 16 30 -
CMYK 0.53 0.47 0 0.88
HSL 232.5º 0.36% 0.09% -
HSV(B) 232.5º 0.53% 0.12% -
XYZ 0.6 0.56 1.3 -
YUV 17 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 14 16 30 0.53 0.47 0 0.88 232.5 0.36 0.09
Hex E 10 1E 35 2F 0 58 E8 24 9
Octal 16 20 36 65 57 0 130 350 44 11
Binary 1110 10000 11110 110101 101111 0 1011000 11101000 100100 1001

Color Harmonies of #0E101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E101E

Black with #0E101E

Text Example


Text Example

White with #0E101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,30); }

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

background-color css

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

 a { background-color: rgb(14,16,30); }

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

border-color css

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

 span { border-color: rgb(14,16,30); }

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