Html Css Color HEX #0D0D12 Black Russian

📋 copy color: '#0D0D12'

red 13 ◦ green 13 ◦ blue 18

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

Shades of Black Russian #0D0D12

Tints of Black Russian #0D0D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 40.91%

R = 29.55%
G = 29.55%
B = 40.91%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0D12 (or 0x0D0D12) is known color: Black Russian. HEX triplet: 0D, 0D and 12. RGB value is (13,13,18). Sum of RGB (Red+Green+Blue) = 13+13+18=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0D12 is #F2F2ED. Grayscale: #0D0D0D. Windows color (decimal): -15921902 or 1182989. OLE color: 1182989.

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

Color convert

RGB 13 13 18 -
CMYK 0.28 0.28 0 0.93
HSL 240º 0.16% 0.06% -
HSV(B) 240º 0.28% 0.07% -
XYZ 0.42 0.42 0.63 -
YUV 13.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 13 13 18 0.28 0.28 0 0.93 240 0.16 0.06
Hex D D 12 1C 1C 0 5D F0 10 6
Octal 15 15 22 34 34 0 135 360 20 6
Binary 1101 1101 10010 11100 11100 0 1011101 11110000 10000 110

Color Harmonies of #0D0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0D12

Black with #0D0D12

Text Example


Text Example

White with #0D0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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