Html Css Color HEX #0E0928 Black Russian

📋 copy color: '#0E0928'

red 14 ◦ green 9 ◦ blue 40

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

Shades of Black Russian #0E0928

Tints of Black Russian #0E0928

RGB

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

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

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

R = 22.22%
G = 14.29%
B = 63.49%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0E0928 (or 0x0E0928) is known color: Black Russian. HEX triplet: 0E, 09 and 28. RGB value is (14,9,40). Sum of RGB (Red+Green+Blue) = 14+9+40=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0928 is #F1F6D7. Grayscale: #0D0D0D. Windows color (decimal): -15857368 or 2623758. OLE color: 2623758.

HSL color Cylindrical-coordinate representation of color #0E0928: hue angle of 249.68º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E0928 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 9 40 -
CMYK 0.65 0.78 0 0.84
HSL 249.68º 0.63% 0.1% -
HSV(B) 249.68º 0.78% 0.16% -
XYZ 0.66 0.44 2.06 -
YUV 14.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 14 9 40 0.65 0.78 0 0.84 249.68 0.63 0.1
Hex E 9 28 41 4E 0 54 FA 3F A
Octal 16 11 50 101 116 0 124 372 77 12
Binary 1110 1001 101000 1000001 1001110 0 1010100 11111010 111111 1010

Color Harmonies of #0E0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0928

Black with #0E0928

Text Example


Text Example

White with #0E0928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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