Html Css Color HEX #0E092C Black Russian

📋 copy color: '#0E092C'

red 14 ◦ green 9 ◦ blue 44

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

Shades of Black Russian #0E092C

Tints of Black Russian #0E092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 44 (17.58% from 255) = 65.67%

R = 20.9%
G = 13.43%
B = 65.67%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0E092C (or 0x0E092C) is known color: Black Russian. HEX triplet: 0E, 09 and 2C. RGB value is (14,9,44). Sum of RGB (Red+Green+Blue) = 14+9+44=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E092C is #F1F6D3. Grayscale: #0E0E0E. Windows color (decimal): -15857364 or 2885902. OLE color: 2885902.

HSL color Cylindrical-coordinate representation of color #0E092C: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E092C is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 14 9 44 -
CMYK 0.68 0.80 0 0.83
HSL 248.57º 0.66% 0.1% -
HSV(B) 248.57º 0.8% 0.17% -
XYZ 0.73 0.47 2.44 -
YUV 14.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 14 9 44 0.68 0.80 0 0.83 248.57 0.66 0.1
Hex E 9 2C 44 50 0 53 F9 42 A
Octal 16 11 54 104 120 0 123 371 102 12
Binary 1110 1001 101100 1000100 1010000 0 1010011 11111001 1000010 1010

Color Harmonies of #0E092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E092C

Black with #0E092C

Text Example


Text Example

White with #0E092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,44); }

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

background-color css

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

 a { background-color: rgb(14,9,44); }

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

border-color css

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

 span { border-color: rgb(14,9,44); }

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