Html Css Color HEX #233531 Aztec

📋 copy color: '#233531'

red 35 ◦ green 53 ◦ blue 49

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

Shades of Aztec #233531

Tints of Aztec #233531

RGB

 RED value IS 35 (14.06% from 255) = 25.55%

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 25.55%
G = 38.69%
B = 35.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#233531 (or 0x233531) is known color: Aztec. HEX triplet: 23, 35 and 31. RGB value is (35,53,49). Sum of RGB (Red+Green+Blue) = 35+53+49=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #233531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233531 is #DCCACE. Grayscale: #2F2F2F. Windows color (decimal): -14469839 or 3224867. OLE color: 3224867.

HSL color Cylindrical-coordinate representation of color #233531: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233531 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 53 49 -
CMYK 0.34 0 0.08 0.79
HSL 166.67º 0.2% 0.17% -
HSV(B) 166.67º 0.34% 0.21% -
XYZ 2.52 3.13 3.38 -
YUV 47.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 35 53 49 0.34 0 0.08 0.79 166.67 0.2 0.17
Hex 23 35 31 22 0 8 4F A7 14 11
Octal 43 65 61 42 0 10 117 247 24 21
Binary 100011 110101 110001 100010 0 1000 1001111 10100111 10100 10001

Color Harmonies of #233531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233531

Black with #233531

Text Example


Text Example

White with #233531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233531; }

 p { color: rgb(35,53,49); }

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

background-color css

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

 a { background-color: rgb(35,53,49); }

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

border-color css

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

 span { border-color: rgb(35,53,49); }

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