Html Css Color HEX #0D1717 Swamp

📋 copy color: '#0D1717'

red 13 ◦ green 23 ◦ blue 23

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

Shades of Swamp #0D1717

Tints of Swamp #0D1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.98%

 BLUE value IS 23 (9.38% from 255) = 38.98%

R = 22.03%
G = 38.98%
B = 38.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1717 (or 0x0D1717) is known color: Swamp. HEX triplet: 0D, 17 and 17. RGB value is (13,23,23). Sum of RGB (Red+Green+Blue) = 13+23+23=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #0D1717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1717 is #F2E8E8. Grayscale: #141414. Windows color (decimal): -15919337 or 1513229. OLE color: 1513229.

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

Color convert

RGB 13 23 23 -
CMYK 0.43 0 0 0.91
HSL 180º 0.28% 0.07% -
HSV(B) 180º 0.43% 0.09% -
XYZ 0.63 0.76 0.92 -
YUV 20.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 13 23 23 0.43 0 0 0.91 180 0.28 0.07
Hex D 17 17 2B 0 0 5B B4 1C 7
Octal 15 27 27 53 0 0 133 264 34 7
Binary 1101 10111 10111 101011 0 0 1011011 10110100 11100 111

Color Harmonies of #0D1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1717

Black with #0D1717

Text Example


Text Example

White with #0D1717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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