Html Css Color HEX #0D121C Black Russian

📋 copy color: '#0D121C'

red 13 ◦ green 18 ◦ blue 28

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

Shades of Black Russian #0D121C

Tints of Black Russian #0D121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

 BLUE value IS 28 (11.33% from 255) = 47.46%

R = 22.03%
G = 30.51%
B = 47.46%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D121C (or 0x0D121C) is known color: Black Russian. HEX triplet: 0D, 12 and 1C. RGB value is (13,18,28). Sum of RGB (Red+Green+Blue) = 13+18+28=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D121C is #F2EDE3. Grayscale: #111111. Windows color (decimal): -15920612 or 1839629. OLE color: 1839629.

HSL color Cylindrical-coordinate representation of color #0D121C: hue angle of 220º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D121C is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 18 28 -
CMYK 0.54 0.36 0 0.89
HSL 220º 0.37% 0.08% -
HSV(B) 220º 0.54% 0.11% -
XYZ 0.59 0.6 1.18 -
YUV 17.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 13 18 28 0.54 0.36 0 0.89 220 0.37 0.08
Hex D 12 1C 36 24 0 59 DC 25 8
Octal 15 22 34 66 44 0 131 334 45 10
Binary 1101 10010 11100 110110 100100 0 1011001 11011100 100101 1000

Color Harmonies of #0D121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D121C

Black with #0D121C

Text Example


Text Example

White with #0D121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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