Html Css Color HEX #214849 Tiber

📋 copy color: '#214849'

red 33 ◦ green 72 ◦ blue 73

#214849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #214849

Tints of Tiber #214849

RGB

 RED value IS 33 (13.28% from 255) = 18.54%

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 18.54%
G = 40.45%
B = 41.01%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#214849 (or 0x214849) is known color: Tiber. HEX triplet: 21, 48 and 49. RGB value is (33,72,73). Sum of RGB (Red+Green+Blue) = 33+72+73=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #214849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214849 is #DEB7B6. Grayscale: #3C3C3C. Windows color (decimal): -14596023 or 4802593. OLE color: 4802593.

HSL color Cylindrical-coordinate representation of color #214849: hue angle of 181.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 #214849 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 72 73 -
CMYK 0.55 0.01 0 0.71
HSL 181.5º 0.38% 0.21% -
HSV(B) 181.5º 0.55% 0.29% -
XYZ 4.15 5.44 7.13 -
YUV 60.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 33 72 73 0.55 0.01 0 0.71 181.5 0.38 0.21
Hex 21 48 49 37 1 0 47 B6 26 15
Octal 41 110 111 67 1 0 107 266 46 25
Binary 100001 1001000 1001001 110111 1 0 1000111 10110110 100110 10101

Color Harmonies of #214849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214849

Black with #214849

Text Example


Text Example

White with #214849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214849; }

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

 H1.HeaderClassName
 {
   color: #214849;
 }
 .AnyTagClassName
 {
   color: #214849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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