#243330

Color #243330 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #243330

Tints of Aztec #243330

Color information

#243330 (or 0x243330) is unknown color: approx Aztec. HEX triplet: 24, 33 and 30. RGB value is (36,51,48). Sum of RGB (Red+Green+Blue) = 36+51+48=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #243330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243330 is #DBCCCF. Grayscale: #2E2E2E. Windows color (decimal): -14404816 or 3158820. OLE color: 3158820.

HSL color Cylindrical-coordinate representation of color #243330: hue angle of 168º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #243330 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB365148-
CMYK0.2900.060.8
HSL168º17.24%17.06%-
HSV(B)168º29.41%20%-
XYZ2.442.963.24-
YUV46.17129.03120.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=26.67%
G=37.78%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3651480.2900.060.816817.2417.06
Hex2433301D0650a81111
Octal44636035061202502121
Binary1001001100111100001110101101010000101010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243330; }

 p { color: rgb(36,51,48); }

 H1.HeaderClassName
 {
   color: #243330;
 }
 .AnyTagClassName
 {
   color: #243330;
 }
</style>
background-color css

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

 a { background-color: rgb(36,51,48); }

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

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

 span { border-color: rgb(36,51,48); }

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