Html Css Color HEX #0D0F15 Black Russian

📋 copy color: '#0D0F15'

red 13 ◦ green 15 ◦ blue 21

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

Shades of Black Russian #0D0F15

Tints of Black Russian #0D0F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30.61%

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

R = 26.53%
G = 30.61%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D0F15 (or 0x0D0F15) is known color: Black Russian. HEX triplet: 0D, 0F and 15. RGB value is (13,15,21). Sum of RGB (Red+Green+Blue) = 13+15+21=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F15 is #F2F0EA. Grayscale: #0F0F0F. Windows color (decimal): -15921387 or 1380109. OLE color: 1380109.

HSL color Cylindrical-coordinate representation of color #0D0F15: hue angle of 225º 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 #0D0F15 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 15 21 -
CMYK 0.38 0.29 0 0.92
HSL 225º 0.24% 0.07% -
HSV(B) 225º 0.38% 0.08% -
XYZ 0.47 0.48 0.78 -
YUV 15.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 13 15 21 0.38 0.29 0 0.92 225 0.24 0.07
Hex D F 15 26 1D 0 5C E1 18 7
Octal 15 17 25 46 35 0 134 341 30 7
Binary 1101 1111 10101 100110 11101 0 1011100 11100001 11000 111

Color Harmonies of #0D0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F15

Black with #0D0F15

Text Example


Text Example

White with #0D0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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