Html Css Color HEX #0D1119 Black Russian

📋 copy color: '#0D1119'

red 13 ◦ green 17 ◦ blue 25

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

Shades of Black Russian #0D1119

Tints of Black Russian #0D1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.91%

 BLUE value IS 25 (10.16% from 255) = 45.45%

R = 23.64%
G = 30.91%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D1119 (or 0x0D1119) is known color: Black Russian. HEX triplet: 0D, 11 and 19. RGB value is (13,17,25). Sum of RGB (Red+Green+Blue) = 13+17+25=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1119 is #F2EEE6. Grayscale: #101010. Windows color (decimal): -15920871 or 1642765. OLE color: 1642765.

HSL color Cylindrical-coordinate representation of color #0D1119: hue angle of 220º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1119 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 17 25 -
CMYK 0.48 0.32 0 0.90
HSL 220º 0.32% 0.07% -
HSV(B) 220º 0.48% 0.1% -
XYZ 0.54 0.56 1 -
YUV 16.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 13 17 25 0.48 0.32 0 0.90 220 0.32 0.07
Hex D 11 19 30 20 0 5A DC 20 7
Octal 15 21 31 60 40 0 132 334 40 7
Binary 1101 10001 11001 110000 100000 0 1011010 11011100 100000 111

Color Harmonies of #0D1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1119

Black with #0D1119

Text Example


Text Example

White with #0D1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,25); }

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

background-color css

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

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

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

border-color css

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

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

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