Html Css Color HEX #0E0933 Black Russian

📋 copy color: '#0E0933'

red 14 ◦ green 9 ◦ blue 51

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

Shades of Black Russian #0E0933

Tints of Black Russian #0E0933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 68.92%

R = 18.92%
G = 12.16%
B = 68.92%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0E0933 (or 0x0E0933) is known color: Black Russian. HEX triplet: 0E, 09 and 33. RGB value is (14,9,51). Sum of RGB (Red+Green+Blue) = 14+9+51=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E0933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0933 is #F1F6CC. Grayscale: #0F0F0F. Windows color (decimal): -15857357 or 3344654. OLE color: 3344654.

HSL color Cylindrical-coordinate representation of color #0E0933: hue angle of 247.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0933 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 14 9 51 -
CMYK 0.73 0.82 0 0.8
HSL 247.14º 0.7% 0.12% -
HSV(B) 247.14º 0.82% 0.2% -
XYZ 0.88 0.53 3.19 -
YUV 15.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 14 9 51 0.73 0.82 0 0.8 247.14 0.7 0.12
Hex E 9 33 49 52 0 50 F7 46 C
Octal 16 11 63 111 122 0 120 367 106 14
Binary 1110 1001 110011 1001001 1010010 0 1010000 11110111 1000110 1100

Color Harmonies of #0E0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0933

Black with #0E0933

Text Example


Text Example

White with #0E0933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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