Html Css Color HEX #0D111F Black Russian

📋 copy color: '#0D111F'

red 13 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #0D111F

Tints of Black Russian #0D111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 21.31%
G = 27.87%
B = 50.82%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D111F (or 0x0D111F) is known color: Black Russian. HEX triplet: 0D, 11 and 1F. RGB value is (13,17,31). Sum of RGB (Red+Green+Blue) = 13+17+31=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D111F is #F2EEE0. Grayscale: #111111. Windows color (decimal): -15920865 or 2035981. OLE color: 2035981.

HSL color Cylindrical-coordinate representation of color #0D111F: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D111F is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 17 31 -
CMYK 0.58 0.45 0 0.88
HSL 226.67º 0.41% 0.09% -
HSV(B) 226.67º 0.58% 0.12% -
XYZ 0.61 0.59 1.38 -
YUV 17.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 13 17 31 0.58 0.45 0 0.88 226.67 0.41 0.09
Hex D 11 1F 3A 2D 0 58 E3 29 9
Octal 15 21 37 72 55 0 130 343 51 11
Binary 1101 10001 11111 111010 101101 0 1011000 11100011 101001 1001

Color Harmonies of #0D111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D111F

Black with #0D111F

Text Example


Text Example

White with #0D111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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