Html Css Color HEX #214241 Tiber

📋 copy color: '#214241'

red 33 ◦ green 66 ◦ blue 65

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

Shades of Tiber #214241

Tints of Tiber #214241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 20.12%
G = 40.24%
B = 39.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#214241 (or 0x214241) is known color: Tiber. HEX triplet: 21, 42 and 41. RGB value is (33,66,65). Sum of RGB (Red+Green+Blue) = 33+66+65=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #214241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214241 is #DEBDBE. Grayscale: #373737. Windows color (decimal): -14597567 or 4276769. OLE color: 4276769.

HSL color Cylindrical-coordinate representation of color #214241: hue angle of 178.18º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214241 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 65 -
CMYK 0.5 0 0.02 0.74
HSL 178.18º 0.33% 0.19% -
HSV(B) 178.18º 0.5% 0.26% -
XYZ 3.53 4.6 5.7 -
YUV 56.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 33 66 65 0.5 0 0.02 0.74 178.18 0.33 0.19
Hex 21 42 41 32 0 2 4A B2 21 13
Octal 41 102 101 62 0 2 112 262 41 23
Binary 100001 1000010 1000001 110010 0 10 1001010 10110010 100001 10011

Color Harmonies of #214241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214241

Black with #214241

Text Example


Text Example

White with #214241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214241; }

 p { color: rgb(33,66,65); }

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

background-color css

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

 a { background-color: rgb(33,66,65); }

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

border-color css

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

 span { border-color: rgb(33,66,65); }

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