Html Css Color HEX #213834 Aztec

📋 copy color: '#213834'

red 33 ◦ green 56 ◦ blue 52

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

Shades of Aztec #213834

Tints of Aztec #213834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 23.4%
G = 39.72%
B = 36.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#213834 (or 0x213834) is known color: Aztec. HEX triplet: 21, 38 and 34. RGB value is (33,56,52). Sum of RGB (Red+Green+Blue) = 33+56+52=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #213834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213834 is #DEC7CB. Grayscale: #303030. Windows color (decimal): -14600140 or 3422241. OLE color: 3422241.

HSL color Cylindrical-coordinate representation of color #213834: hue angle of 169.57º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213834 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 52 -
CMYK 0.41 0 0.07 0.78
HSL 169.57º 0.26% 0.17% -
HSV(B) 169.57º 0.41% 0.22% -
XYZ 2.66 3.4 3.76 -
YUV 48.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 33 56 52 0.41 0 0.07 0.78 169.57 0.26 0.17
Hex 21 38 34 29 0 7 4E AA 1A 11
Octal 41 70 64 51 0 7 116 252 32 21
Binary 100001 111000 110100 101001 0 111 1001110 10101010 11010 10001

Color Harmonies of #213834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213834

Black with #213834

Text Example


Text Example

White with #213834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213834; }

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

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

background-color css

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

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

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

border-color css

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

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

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