Html Css Color HEX #0D0F14 Black Russian

📋 copy color: '#0D0F14'

red 13 ◦ green 15 ◦ blue 20

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

Shades of Black Russian #0D0F14

Tints of Black Russian #0D0F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 41.67%

R = 27.08%
G = 31.25%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D0F14 (or 0x0D0F14) is known color: Black Russian. HEX triplet: 0D, 0F and 14. RGB value is (13,15,20). Sum of RGB (Red+Green+Blue) = 13+15+20=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F14 is #F2F0EB. Grayscale: #0E0E0E. Windows color (decimal): -15921388 or 1314573. OLE color: 1314573.

HSL color Cylindrical-coordinate representation of color #0D0F14: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D0F14 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 15 20 -
CMYK 0.35 0.25 0 0.92
HSL 222.86º 0.21% 0.06% -
HSV(B) 222.86º 0.35% 0.08% -
XYZ 0.46 0.48 0.73 -
YUV 14.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 13 15 20 0.35 0.25 0 0.92 222.86 0.21 0.06
Hex D F 14 23 19 0 5C DF 15 6
Octal 15 17 24 43 31 0 134 337 25 6
Binary 1101 1111 10100 100011 11001 0 1011100 11011111 10101 110

Color Harmonies of #0D0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F14

Black with #0D0F14

Text Example


Text Example

White with #0D0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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