Html Css Color HEX #0E1032 Black Russian

📋 copy color: '#0E1032'

red 14 ◦ green 16 ◦ blue 50

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

Shades of Black Russian #0E1032

Tints of Black Russian #0E1032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 62.5%

R = 17.5%
G = 20%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0E1032 (or 0x0E1032) is known color: Black Russian. HEX triplet: 0E, 10 and 32. RGB value is (14,16,50). Sum of RGB (Red+Green+Blue) = 14+16+50=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E1032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1032 is #F1EFCD. Grayscale: #131313. Windows color (decimal): -15855566 or 3280910. OLE color: 3280910.

HSL color Cylindrical-coordinate representation of color #0E1032: hue angle of 236.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E1032 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 16 50 -
CMYK 0.72 0.68 0 0.80
HSL 236.67º 0.56% 0.13% -
HSV(B) 236.67º 0.72% 0.2% -
XYZ 0.94 0.69 3.1 -
YUV 19.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 14 16 50 0.72 0.68 0 0.80 236.67 0.56 0.13
Hex E 10 32 48 44 0 50 ED 38 D
Octal 16 20 62 110 104 0 120 355 70 15
Binary 1110 10000 110010 1001000 1000100 0 1010000 11101101 111000 1101

Color Harmonies of #0E1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1032

Black with #0E1032

Text Example


Text Example

White with #0E1032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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