Html Css Color HEX #0E0829 Black Russian

📋 copy color: '#0E0829'

red 14 ◦ green 8 ◦ blue 41

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

Shades of Black Russian #0E0829

Tints of Black Russian #0E0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 65.08%

R = 22.22%
G = 12.7%
B = 65.08%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0E0829 (or 0x0E0829) is known color: Black Russian. HEX triplet: 0E, 08 and 29. RGB value is (14,8,41). Sum of RGB (Red+Green+Blue) = 14+8+41=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E0829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0829 is #F1F7D6. Grayscale: #0D0D0D. Windows color (decimal): -15857623 or 2689038. OLE color: 2689038.

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

Color convert

RGB 14 8 41 -
CMYK 0.66 0.80 0 0.84
HSL 250.91º 0.67% 0.1% -
HSV(B) 250.91º 0.8% 0.16% -
XYZ 0.67 0.43 2.15 -
YUV 13.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 14 8 41 0.66 0.80 0 0.84 250.91 0.67 0.1
Hex E 8 29 42 50 0 54 FB 43 A
Octal 16 10 51 102 120 0 124 373 103 12
Binary 1110 1000 101001 1000010 1010000 0 1010100 11111011 1000011 1010

Color Harmonies of #0E0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0829

Black with #0E0829

Text Example


Text Example

White with #0E0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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