Html Css Color HEX #1F3733 Aztec

📋 copy color: '#1F3733'

red 31 ◦ green 55 ◦ blue 51

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

Shades of Aztec #1F3733

Tints of Aztec #1F3733

RGB

 RED value IS 31 (12.5% from 255) = 22.63%

 GREEN value IS 55 (21.88% from 255) = 40.15%

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

R = 22.63%
G = 40.15%
B = 37.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#1F3733 (or 0x1F3733) is known color: Aztec. HEX triplet: 1F, 37 and 33. RGB value is (31,55,51). Sum of RGB (Red+Green+Blue) = 31+55+51=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3733 is #E0C8CC. Grayscale: #2F2F2F. Windows color (decimal): -14731469 or 3356447. OLE color: 3356447.

HSL color Cylindrical-coordinate representation of color #1F3733: hue angle of 170º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3733 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 55 51 -
CMYK 0.44 0 0.07 0.78
HSL 170º 0.28% 0.17% -
HSV(B) 170º 0.44% 0.22% -
XYZ 2.53 3.26 3.63 -
YUV 47.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 31 55 51 0.44 0 0.07 0.78 170 0.28 0.17
Hex 1F 37 33 2C 0 7 4E AA 1C 11
Octal 37 67 63 54 0 7 116 252 34 21
Binary 11111 110111 110011 101100 0 111 1001110 10101010 11100 10001

Color Harmonies of #1F3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3733

Black with #1F3733

Text Example


Text Example

White with #1F3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3733; }

 p { color: rgb(31,55,51); }

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

background-color css

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

 a { background-color: rgb(31,55,51); }

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

border-color css

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

 span { border-color: rgb(31,55,51); }

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