Html Css Color HEX #0D0F17 Black Russian

📋 copy color: '#0D0F17'

red 13 ◦ green 15 ◦ blue 23

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

Shades of Black Russian #0D0F17

Tints of Black Russian #0D0F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 45.1%

R = 25.49%
G = 29.41%
B = 45.1%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0F17 (or 0x0D0F17) is known color: Black Russian. HEX triplet: 0D, 0F and 17. RGB value is (13,15,23). Sum of RGB (Red+Green+Blue) = 13+15+23=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F17 is #F2F0E8. Grayscale: #0F0F0F. Windows color (decimal): -15921385 or 1511181. OLE color: 1511181.

HSL color Cylindrical-coordinate representation of color #0D0F17: hue angle of 228º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D0F17 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 15 23 -
CMYK 0.43 0.35 0 0.91
HSL 228º 0.28% 0.07% -
HSV(B) 228º 0.43% 0.09% -
XYZ 0.49 0.49 0.88 -
YUV 15.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 13 15 23 0.43 0.35 0 0.91 228 0.28 0.07
Hex D F 17 2B 23 0 5B E4 1C 7
Octal 15 17 27 53 43 0 133 344 34 7
Binary 1101 1111 10111 101011 100011 0 1011011 11100100 11100 111

Color Harmonies of #0D0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F17

Black with #0D0F17

Text Example


Text Example

White with #0D0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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