Html Css Color HEX #0E0934 Black Russian

📋 copy color: '#0E0934'

red 14 ◦ green 9 ◦ blue 52

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

Shades of Black Russian #0E0934

Tints of Black Russian #0E0934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 69.33%

R = 18.67%
G = 12%
B = 69.33%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0E0934 (or 0x0E0934) is known color: Black Russian. HEX triplet: 0E, 09 and 34. RGB value is (14,9,52). Sum of RGB (Red+Green+Blue) = 14+9+52=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0934 is #F1F6CB. Grayscale: #0F0F0F. Windows color (decimal): -15857356 or 3410190. OLE color: 3410190.

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

Color convert

RGB 14 9 52 -
CMYK 0.73 0.83 0 0.80
HSL 246.98º 0.7% 0.12% -
HSV(B) 246.98º 0.83% 0.2% -
XYZ 0.9 0.54 3.31 -
YUV 15.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 14 9 52 0.73 0.83 0 0.80 246.98 0.7 0.12
Hex E 9 34 49 53 0 50 F7 46 C
Octal 16 11 64 111 123 0 120 367 106 14
Binary 1110 1001 110100 1001001 1010011 0 1010000 11110111 1000110 1100

Color Harmonies of #0E0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0934

Black with #0E0934

Text Example


Text Example

White with #0E0934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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