Html Css Color HEX #0D1111 Swamp

📋 copy color: '#0D1111'

red 13 ◦ green 17 ◦ blue 17

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

Shades of Swamp #0D1111

Tints of Swamp #0D1111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 36.17%

R = 27.66%
G = 36.17%
B = 36.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D1111 (or 0x0D1111) is known color: Swamp. HEX triplet: 0D, 11 and 11. RGB value is (13,17,17). Sum of RGB (Red+Green+Blue) = 13+17+17=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #0D1111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1111 is #F2EEEE. Grayscale: #0F0F0F. Windows color (decimal): -15920879 or 1118477. OLE color: 1118477.

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

Color convert

RGB 13 17 17 -
CMYK 0.24 0 0 0.93
HSL 180º 0.13% 0.06% -
HSV(B) 180º 0.24% 0.07% -
XYZ 0.47 0.53 0.61 -
YUV 15.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 13 17 17 0.24 0 0 0.93 180 0.13 0.06
Hex D 11 11 18 0 0 5D B4 D 6
Octal 15 21 21 30 0 0 135 264 15 6
Binary 1101 10001 10001 11000 0 0 1011101 10110100 1101 110

Color Harmonies of #0D1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1111

Black with #0D1111

Text Example


Text Example

White with #0D1111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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