Html Css Color HEX #243330 Aztec

📋 copy color: '#243330'

red 36 ◦ green 51 ◦ blue 48

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

Shades of Aztec #243330

Tints of Aztec #243330

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 value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#243330 (or 0x243330) is known color: 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

RGB 36 51 48 -
CMYK 0.29 0 0.06 0.8
HSL 168º 0.17% 0.17% -
HSV(B) 168º 0.29% 0.2% -
XYZ 2.44 2.96 3.24 -
YUV 46.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 36 51 48 0.29 0 0.06 0.8 168 0.17 0.17
Hex 24 33 30 1D 0 6 50 A8 11 11
Octal 44 63 60 35 0 6 120 250 21 21
Binary 100100 110011 110000 11101 0 110 1010000 10101000 10001 10001

Color Harmonies of #243330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243330

Black with #243330

Text Example


Text Example

White with #243330

Text Example


Text Example

HTML Codes & Css Web 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>