Html Css Color HEX #0D0D15 Black Russian

📋 copy color: '#0D0D15'

red 13 ◦ green 13 ◦ blue 21

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

Shades of Black Russian #0D0D15

Tints of Black Russian #0D0D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 44.68%

R = 27.66%
G = 27.66%
B = 44.68%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D0D15 (or 0x0D0D15) is known color: Black Russian. HEX triplet: 0D, 0D and 15. RGB value is (13,13,21). Sum of RGB (Red+Green+Blue) = 13+13+21=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0D15 is #F2F2EA. Grayscale: #0D0D0D. Windows color (decimal): -15921899 or 1379597. OLE color: 1379597.

HSL color Cylindrical-coordinate representation of color #0D0D15: hue angle of 240º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D0D15 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 13 21 -
CMYK 0.38 0.38 0 0.92
HSL 240º 0.24% 0.07% -
HSV(B) 240º 0.38% 0.08% -
XYZ 0.45 0.43 0.77 -
YUV 13.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 13 13 21 0.38 0.38 0 0.92 240 0.24 0.07
Hex D D 15 26 26 0 5C F0 18 7
Octal 15 15 25 46 46 0 134 360 30 7
Binary 1101 1101 10101 100110 100110 0 1011100 11110000 11000 111

Color Harmonies of #0D0D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0D15

Black with #0D0D15

Text Example


Text Example

White with #0D0D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,13,21); }

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

background-color css

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

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

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

border-color css

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

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

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