Html Css Color HEX #0D1010 Swamp

📋 copy color: '#0D1010'

red 13 ◦ green 16 ◦ blue 16

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

Shades of Swamp #0D1010

Tints of Swamp #0D1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 35.56%

 BLUE value IS 16 (6.64% from 255) = 35.56%

R = 28.89%
G = 35.56%
B = 35.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0D1010 (or 0x0D1010) is known color: Swamp. HEX triplet: 0D, 10 and 10. RGB value is (13,16,16). Sum of RGB (Red+Green+Blue) = 13+16+16=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #0D1010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1010 is #F2EFEF. Grayscale: #0F0F0F. Windows color (decimal): -15921136 or 1052685. OLE color: 1052685.

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

Color convert

RGB 13 16 16 -
CMYK 0.19 0 0 0.94
HSL 180º 0.1% 0.06% -
HSV(B) 180º 0.19% 0.06% -
XYZ 0.44 0.49 0.56 -
YUV 15.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 13 16 16 0.19 0 0 0.94 180 0.1 0.06
Hex D 10 10 13 0 0 5E B4 A 6
Octal 15 20 20 23 0 0 136 264 12 6
Binary 1101 10000 10000 10011 0 0 1011110 10110100 1010 110

Color Harmonies of #0D1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1010

Black with #0D1010

Text Example


Text Example

White with #0D1010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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