#213849

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

Shades of Tarawera #213849

Tints of Tarawera #213849

Color information

#213849 (or 0x213849) is unknown color: approx Tarawera. HEX triplet: 21, 38 and 49. RGB value is (33,56,73). Sum of RGB (Red+Green+Blue) = 33+56+73=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #213849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213849 is #DEC7B6. Grayscale: #323232. Windows color (decimal): -14600119 or 4798497. OLE color: 4798497.

HSL color Cylindrical-coordinate representation of color #213849: hue angle of 205.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213849 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB335673-
CMYK0.550.2300.71
HSL205.5º37.74%20.78%-
HSV(B)205.5º54.79%28.63%-
XYZ3.243.636.83-
YUV51.06140.38115.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.37%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=20.37%
G=34.57%
B=45.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3356730.550.2300.71205.537.7420.78
Hex2138493717047ce2615
Octal4170111672701073164625
Binary100001111000100100111011110111010001111100111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213849; }

 p { color: rgb(33,56,73); }

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

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

 a { background-color: rgb(33,56,73); }

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

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

 span { border-color: rgb(33,56,73); }

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