#21313B

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

Shades of Tangaroa #21313B

Tints of Tangaroa #21313B

Color information

#21313B (or 0x21313B) is unknown color: approx Tangaroa. HEX triplet: 21, 31 and 3B. RGB value is (33,49,59). Sum of RGB (Red+Green+Blue) = 33+49+59=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #21313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21313B is #DECEC4. Grayscale: #2D2D2D. Windows color (decimal): -14601925 or 3879201. OLE color: 3879201.

HSL color Cylindrical-coordinate representation of color #21313B: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21313B is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB334959-
CMYK0.440.1700.77
HSL203.08º28.26%18.04%-
HSV(B)203.08º44.07%23.14%-
XYZ2.512.844.55-
YUV45.36135.7119.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=23.40%
G=34.75%
B=41.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3349590.440.1700.77203.0828.2618.04
Hex21313B2C1104Dcb1c12
Octal416173542101153133422
Binary1000011100011110111011001000101001101110010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,49,59); }

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

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

 a { background-color: rgb(33,49,59); }

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

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

 span { border-color: rgb(33,49,59); }

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