#0C1717

Color #0C1717 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #0C1717

Tints of Swamp #0C1717

Color information

#0C1717 (or 0x0C1717) is unknown color: approx Swamp. HEX triplet: 0C, 17 and 17. RGB value is (12,23,23). Sum of RGB (Red+Green+Blue) = 12+23+23=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #0C1717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1717 is #F3E8E8. Grayscale: #131313. Windows color (decimal): -15984873 or 1513228. OLE color: 1513228.

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

Color convert

RGB122323-
CMYK0.48000.91
HSL180º31.43%6.86%-
HSV(B)180º47.83%9.02%-
XYZ0.610.750.92-
YUV19.71129.86122.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=20.69%
G=39.66%
B=39.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223230.48000.9118031.436.86
HexC171730005Bb41f7
Octal1427276000133264377
Binary110010111101111100000010110111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1717;
 }
 .AnyTagClassName
 {
   color: #0C1717;
 }
</style>
background-color css

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

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

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

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

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

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