Html Css Color HEX #263431 Aztec

📋 copy color: '#263431'

red 38 ◦ green 52 ◦ blue 49

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

Shades of Aztec #263431

Tints of Aztec #263431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 27.34%
G = 37.41%
B = 35.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#263431 (or 0x263431) is known color: Aztec. HEX triplet: 26, 34 and 31. RGB value is (38,52,49). Sum of RGB (Red+Green+Blue) = 38+52+49=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #263431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263431 is #D9CBCE. Grayscale: #2F2F2F. Windows color (decimal): -14273487 or 3224614. OLE color: 3224614.

HSL color Cylindrical-coordinate representation of color #263431: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263431 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 52 49 -
CMYK 0.27 0 0.06 0.80
HSL 167.14º 0.16% 0.18% -
HSV(B) 167.14º 0.27% 0.2% -
XYZ 2.58 3.09 3.37 -
YUV 47.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 38 52 49 0.27 0 0.06 0.80 167.14 0.16 0.18
Hex 26 34 31 1B 0 6 50 A7 10 12
Octal 46 64 61 33 0 6 120 247 20 22
Binary 100110 110100 110001 11011 0 110 1010000 10100111 10000 10010

Color Harmonies of #263431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263431

Black with #263431

Text Example


Text Example

White with #263431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263431; }

 p { color: rgb(38,52,49); }

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

background-color css

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

 a { background-color: rgb(38,52,49); }

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

border-color css

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

 span { border-color: rgb(38,52,49); }

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