Html Css Color HEX #0D0E1C Black Russian

📋 copy color: '#0D0E1C'

red 13 ◦ green 14 ◦ blue 28

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

Shades of Black Russian #0D0E1C

Tints of Black Russian #0D0E1C

RGB

 RED value IS 13 (5.47% from 255) = 23.64%

 GREEN value IS 14 (5.86% from 255) = 25.45%

 BLUE value IS 28 (11.33% from 255) = 50.91%

R = 23.64%
G = 25.45%
B = 50.91%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D0E1C (or 0x0D0E1C) is known color: Black Russian. HEX triplet: 0D, 0E and 1C. RGB value is (13,14,28). Sum of RGB (Red+Green+Blue) = 13+14+28=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D0E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E1C is #F2F1E3. Grayscale: #0F0F0F. Windows color (decimal): -15921636 or 1838605. OLE color: 1838605.

HSL color Cylindrical-coordinate representation of color #0D0E1C: hue angle of 236º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D0E1C is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 14 28 -
CMYK 0.54 0.50 0 0.89
HSL 236º 0.37% 0.08% -
HSV(B) 236º 0.54% 0.11% -
XYZ 0.53 0.48 1.16 -
YUV 15.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 13 14 28 0.54 0.50 0 0.89 236 0.37 0.08
Hex D E 1C 36 32 0 59 EC 25 8
Octal 15 16 34 66 62 0 131 354 45 10
Binary 1101 1110 11100 110110 110010 0 1011001 11101100 100101 1000

Color Harmonies of #0D0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E1C

Black with #0D0E1C

Text Example


Text Example

White with #0D0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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