Html Css Color HEX #263330 Aztec

📋 copy color: '#263330'

red 38 ◦ green 51 ◦ blue 48

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

Shades of Aztec #263330

Tints of Aztec #263330

RGB

 RED value IS 38 (15.23% from 255) = 27.74%

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 27.74%
G = 37.23%
B = 35.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#263330 (or 0x263330) is known color: Aztec. HEX triplet: 26, 33 and 30. RGB value is (38,51,48). Sum of RGB (Red+Green+Blue) = 38+51+48=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #263330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263330 is #D9CCCF. Grayscale: #2E2E2E. Windows color (decimal): -14273744 or 3158822. OLE color: 3158822.

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

Color convert

RGB 38 51 48 -
CMYK 0.25 0 0.06 0.8
HSL 166.15º 0.15% 0.17% -
HSV(B) 166.15º 0.25% 0.2% -
XYZ 2.52 2.99 3.24 -
YUV 46.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 38 51 48 0.25 0 0.06 0.8 166.15 0.15 0.17
Hex 26 33 30 19 0 6 50 A6 F 11
Octal 46 63 60 31 0 6 120 246 17 21
Binary 100110 110011 110000 11001 0 110 1010000 10100110 1111 10001

Color Harmonies of #263330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263330

Black with #263330

Text Example


Text Example

White with #263330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263330; }

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

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

background-color css

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

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

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

border-color css

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

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

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