#09292A

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

Shades of Swamp #09292A

Tints of Swamp #09292A

Color information

#09292A (or 0x09292A) is unknown color: approx Swamp. HEX triplet: 09, 29 and 2A. RGB value is (9,41,42). Sum of RGB (Red+Green+Blue) = 9+41+42=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #09292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09292A is #F6D6D5. Grayscale: #1F1F1F. Windows color (decimal): -16176854 or 2763017. OLE color: 2763017.

HSL color Cylindrical-coordinate representation of color #09292A: hue angle of 181.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09292A is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB94142-
CMYK0.790.0200.84
HSL181.82º64.71%10%-
HSV(B)181.82º78.57%16.47%-
XYZ1.321.812.47-
YUV31.55133.9111.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 42 (16.80% from 255) = 45.65%
R=9.78%
G=44.57%
B=45.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal941420.790.0200.84181.8264.7110
Hex9292A4F2054b641a
Octal1151521172012426610112
Binary1001101001101010100111110010101001011011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09292A; }

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

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

<style>
 a { background-color: #09292A; }

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

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

<style>
 span { border-color: #09292A; }

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

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