Html Css Color HEX #0E0828 Black Russian

📋 copy color: '#0E0828'

red 14 ◦ green 8 ◦ blue 40

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

Shades of Black Russian #0E0828

Tints of Black Russian #0E0828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 64.52%

R = 22.58%
G = 12.9%
B = 64.52%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0E0828 (or 0x0E0828) is known color: Black Russian. HEX triplet: 0E, 08 and 28. RGB value is (14,8,40). Sum of RGB (Red+Green+Blue) = 14+8+40=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0828 is #F1F7D7. Grayscale: #0D0D0D. Windows color (decimal): -15857624 or 2623502. OLE color: 2623502.

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

Color convert

RGB 14 8 40 -
CMYK 0.65 0.80 0 0.84
HSL 251.25º 0.67% 0.09% -
HSV(B) 251.25º 0.8% 0.16% -
XYZ 0.65 0.42 2.05 -
YUV 13.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 14 8 40 0.65 0.80 0 0.84 251.25 0.67 0.09
Hex E 8 28 41 50 0 54 FB 43 9
Octal 16 10 50 101 120 0 124 373 103 11
Binary 1110 1000 101000 1000001 1010000 0 1010100 11111011 1000011 1001

Color Harmonies of #0E0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0828

Black with #0E0828

Text Example


Text Example

White with #0E0828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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