#0C2223

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

Shades of Swamp #0C2223

Tints of Swamp #0C2223

Color information

#0C2223 (or 0x0C2223) is unknown color: approx Swamp. HEX triplet: 0C, 22 and 23. RGB value is (12,34,35). Sum of RGB (Red+Green+Blue) = 12+34+35=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2223 is #F3DDDC. Grayscale: #1B1B1B. Windows color (decimal): -15982045 or 2302476. OLE color: 2302476.

HSL color Cylindrical-coordinate representation of color #0C2223: hue angle of 182.61º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2223 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB123435-
CMYK0.660.0300.86
HSL182.61º48.94%9.22%-
HSV(B)182.61º65.71%13.73%-
XYZ1.031.341.8-
YUV27.54132.21116.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.81%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 35 (14.06% from 255) = 43.21%
R=14.81%
G=41.98%
B=43.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1234350.660.0300.86182.6148.949.22
HexC2223423056b7319
Octal144243102301262676111
Binary110010001010001110000101101010110101101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,35); }

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

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

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

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

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

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

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