Html Css Color HEX #0D0D1C Black Russian

📋 copy color: '#0D0D1C'

red 13 ◦ green 13 ◦ blue 28

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

Shades of Black Russian #0D0D1C

Tints of Black Russian #0D0D1C

RGB

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

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

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

R = 24.07%
G = 24.07%
B = 51.85%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D0D1C (or 0x0D0D1C) is known color: Black Russian. HEX triplet: 0D, 0D and 1C. RGB value is (13,13,28). Sum of RGB (Red+Green+Blue) = 13+13+28=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0D1C is #F2F2E3. Grayscale: #0E0E0E. Windows color (decimal): -15921892 or 1838349. OLE color: 1838349.

HSL color Cylindrical-coordinate representation of color #0D0D1C: hue angle of 240º 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 #0D0D1C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 13 28 -
CMYK 0.54 0.54 0 0.89
HSL 240º 0.37% 0.08% -
HSV(B) 240º 0.54% 0.11% -
XYZ 0.52 0.46 1.16 -
YUV 14.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 13 13 28 0.54 0.54 0 0.89 240 0.37 0.08
Hex D D 1C 36 36 0 59 F0 25 8
Octal 15 15 34 66 66 0 131 360 45 10
Binary 1101 1101 11100 110110 110110 0 1011001 11110000 100101 1000

Color Harmonies of #0D0D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0D1C

Black with #0D0D1C

Text Example


Text Example

White with #0D0D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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