#0E142A

Color #0E142A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0E142A

Tints of Black Russian #0E142A

Color information

#0E142A (or 0x0E142A) is unknown color: approx Black Russian. HEX triplet: 0E, 14 and 2A. RGB value is (14,20,42). Sum of RGB (Red+Green+Blue) = 14+20+42=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #0E142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E142A is #F1EBD5. Grayscale: #141414. Windows color (decimal): -15854550 or 2757646. OLE color: 2757646.

HSL color Cylindrical-coordinate representation of color #0E142A: hue angle of 227.14º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E142A is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB142042-
CMYK0.670.5200.84
HSL227.14º50%10.98%-
HSV(B)227.14º66.67%16.47%-
XYZ0.850.762.29-
YUV20.71140.01123.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=18.42%
G=26.32%
B=55.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1420420.670.5200.84227.145010.98
HexE142A4334054e332b
Octal1624521036401243436213
Binary111010100101010100001111010001010100111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,42); }

 H1.HeaderClassName
 {
   color: #0E142A;
 }
 .AnyTagClassName
 {
   color: #0E142A;
 }
</style>
background-color css

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

 a { background-color: rgb(14,20,42); }

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

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

 span { border-color: rgb(14,20,42); }

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