#0C292A

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

Shades of Swamp #0C292A

Tints of Swamp #0C292A

Color information

#0C292A (or 0x0C292A) is unknown color: approx Swamp. HEX triplet: 0C, 29 and 2A. RGB value is (12,41,42). Sum of RGB (Red+Green+Blue) = 12+41+42=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C292A is #F3D6D5. Grayscale: #202020. Windows color (decimal): -15980246 or 2763020. OLE color: 2763020.

HSL color Cylindrical-coordinate representation of color #0C292A: hue angle of 182º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C292A is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB124142-
CMYK0.710.0200.84
HSL182º55.56%10.59%-
HSV(B)182º71.43%16.47%-
XYZ1.361.832.47-
YUV32.44133.39113.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 41 (16.41% from 255) = 43.16%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=12.63%
G=43.16%
B=44.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1241420.710.0200.8418255.5610.59
HexC292A472054b638b
Octal145152107201242667013
Binary110010100110101010001111001010100101101101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,42); }

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

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

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

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

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

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

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