Html Css Color HEX #0E0D21 Black Russian

📋 copy color: '#0E0D21'

red 14 ◦ green 13 ◦ blue 33

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

Shades of Black Russian #0E0D21

Tints of Black Russian #0E0D21

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

 BLUE value IS 33 (13.28% from 255) = 55%

R = 23.33%
G = 21.67%
B = 55%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0E0D21 (or 0x0E0D21) is known color: Black Russian. HEX triplet: 0E, 0D and 21. RGB value is (14,13,33). Sum of RGB (Red+Green+Blue) = 14+13+33=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D21 is #F1F2DE. Grayscale: #0F0F0F. Windows color (decimal): -15856351 or 2166030. OLE color: 2166030.

HSL color Cylindrical-coordinate representation of color #0E0D21: hue angle of 243º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E0D21 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 13 33 -
CMYK 0.58 0.61 0 0.87
HSL 243º 0.43% 0.09% -
HSV(B) 243º 0.61% 0.13% -
XYZ 0.6 0.49 1.5 -
YUV 15.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 14 13 33 0.58 0.61 0 0.87 243 0.43 0.09
Hex E D 21 3A 3D 0 57 F3 2B 9
Octal 16 15 41 72 75 0 127 363 53 11
Binary 1110 1101 100001 111010 111101 0 1010111 11110011 101011 1001

Color Harmonies of #0E0D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D21

Black with #0E0D21

Text Example


Text Example

White with #0E0D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,13,33); }

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

background-color css

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

 a { background-color: rgb(14,13,33); }

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

border-color css

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

 span { border-color: rgb(14,13,33); }

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