#21323D

Color #21323D Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #21323D

Tints of Tangaroa #21323D

Color information

#21323D (or 0x21323D) is unknown color: approx Tangaroa. HEX triplet: 21, 32 and 3D. RGB value is (33,50,61). Sum of RGB (Red+Green+Blue) = 33+50+61=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #21323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21323D is #DECDC2. Grayscale: #2E2E2E. Windows color (decimal): -14601667 or 4010529. OLE color: 4010529.

HSL color Cylindrical-coordinate representation of color #21323D: hue angle of 203.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21323D is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB335061-
CMYK0.460.1800.76
HSL203.57º29.79%18.43%-
HSV(B)203.57º45.9%23.92%-
XYZ2.612.944.85-
YUV46.17136.37118.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=22.92%
G=34.72%
B=42.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3350610.460.1800.76203.5729.7918.43
Hex21323D2E1204Ccc1e12
Octal416275562201143143622
Binary1000011100101111011011101001001001100110011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21323D; }

 p { color: rgb(33,50,61); }

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

<style>
 a { background-color: #21323D; }

 a { background-color: rgb(33,50,61); }

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

<style>
 span { border-color: #21323D; }

 span { border-color: rgb(33,50,61); }

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