#03292B

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

Shades of Swamp #03292B

Tints of Swamp #03292B

Color information

#03292B (or 0x03292B) is unknown color: approx Swamp. HEX triplet: 03, 29 and 2B. RGB value is (3,41,43). Sum of RGB (Red+Green+Blue) = 3+41+43=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #03292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292B is #FCD6D4. Grayscale: #1D1D1D. Windows color (decimal): -16570069 or 2828547. OLE color: 2828547.

HSL color Cylindrical-coordinate representation of color #03292B: hue angle of 183º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03292B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB34143-
CMYK0.930.0500.83
HSL183º86.96%9.02%-
HSV(B)183º93.02%16.86%-
XYZ1.271.782.56-
YUV29.87135.41108.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=3.45%
G=47.13%
B=49.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal341430.930.0500.8318386.969.02
Hex3292B5D5053b7579
Octal351531355012326712711
Binary111010011010111011101101010100111011011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03292B; }

 p { color: rgb(3,41,43); }

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

<style>
 a { background-color: #03292B; }

 a { background-color: rgb(3,41,43); }

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

<style>
 span { border-color: #03292B; }

 span { border-color: rgb(3,41,43); }

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