Html Css Color HEX #0D0C17 Black Russian

📋 copy color: '#0D0C17'

red 13 ◦ green 12 ◦ blue 23

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

Shades of Black Russian #0D0C17

Tints of Black Russian #0D0C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 27.08%
G = 25%
B = 47.92%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0C17 (or 0x0D0C17) is known color: Black Russian. HEX triplet: 0D, 0C and 17. RGB value is (13,12,23). Sum of RGB (Red+Green+Blue) = 13+12+23=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C17 is #F2F3E8. Grayscale: #0D0D0D. Windows color (decimal): -15922153 or 1510413. OLE color: 1510413.

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

Color convert

RGB 13 12 23 -
CMYK 0.43 0.48 0 0.91
HSL 245.45º 0.31% 0.07% -
HSV(B) 245.45º 0.48% 0.09% -
XYZ 0.45 0.41 0.87 -
YUV 13.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 13 12 23 0.43 0.48 0 0.91 245.45 0.31 0.07
Hex D C 17 2B 30 0 5B F5 1F 7
Octal 15 14 27 53 60 0 133 365 37 7
Binary 1101 1100 10111 101011 110000 0 1011011 11110101 11111 111

Color Harmonies of #0D0C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0C17

Black with #0D0C17

Text Example


Text Example

White with #0D0C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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