Html Css Color HEX #0E0834 Black Russian

📋 copy color: '#0E0834'

red 14 ◦ green 8 ◦ blue 52

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

Shades of Black Russian #0E0834

Tints of Black Russian #0E0834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

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

R = 18.92%
G = 10.81%
B = 70.27%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0E0834 (or 0x0E0834) is known color: Black Russian. HEX triplet: 0E, 08 and 34. RGB value is (14,8,52). Sum of RGB (Red+Green+Blue) = 14+8+52=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0834 is #F1F7CB. Grayscale: #0E0E0E. Windows color (decimal): -15857612 or 3409934. OLE color: 3409934.

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

Color convert

RGB 14 8 52 -
CMYK 0.73 0.85 0 0.80
HSL 248.18º 0.73% 0.12% -
HSV(B) 248.18º 0.85% 0.2% -
XYZ 0.89 0.51 3.3 -
YUV 14.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 14 8 52 0.73 0.85 0 0.80 248.18 0.73 0.12
Hex E 8 34 49 55 0 50 F8 49 C
Octal 16 10 64 111 125 0 120 370 111 14
Binary 1110 1000 110100 1001001 1010101 0 1010000 11111000 1001001 1100

Color Harmonies of #0E0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0834

Black with #0E0834

Text Example


Text Example

White with #0E0834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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