Html Css Color HEX #214140 Tiber

📋 copy color: '#214140'

red 33 ◦ green 65 ◦ blue 64

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

Shades of Tiber #214140

Tints of Tiber #214140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 20.37%
G = 40.12%
B = 39.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#214140 (or 0x214140) is known color: Tiber. HEX triplet: 21, 41 and 40. RGB value is (33,65,64). Sum of RGB (Red+Green+Blue) = 33+65+64=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #214140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214140 is #DEBEBF. Grayscale: #373737. Windows color (decimal): -14597824 or 4210977. OLE color: 4210977.

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

Color convert

RGB 33 65 64 -
CMYK 0.49 0 0.02 0.75
HSL 178.13º 0.33% 0.19% -
HSV(B) 178.13º 0.49% 0.25% -
XYZ 3.44 4.47 5.53 -
YUV 55.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 33 65 64 0.49 0 0.02 0.75 178.13 0.33 0.19
Hex 21 41 40 31 0 2 4B B2 21 13
Octal 41 101 100 61 0 2 113 262 41 23
Binary 100001 1000001 1000000 110001 0 10 1001011 10110010 100001 10011

Color Harmonies of #214140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214140

Black with #214140

Text Example


Text Example

White with #214140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214140; }

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

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

background-color css

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

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

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

border-color css

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

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

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