#1F4032

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

Shades of Burnham #1F4032

Tints of Burnham #1F4032

Color information

#1F4032 (or 0x1F4032) is unknown color: approx Burnham. HEX triplet: 1F, 40 and 32. RGB value is (31,64,50). Sum of RGB (Red+Green+Blue) = 31+64+50=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4032 is #E0BFCD. Grayscale: #343434. Windows color (decimal): -14729166 or 3293215. OLE color: 3293215.

HSL color Cylindrical-coordinate representation of color #1F4032: hue angle of 154.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4032 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB316450-
CMYK0.5200.220.75
HSL154.55º34.74%18.63%-
HSV(B)154.55º51.56%25.1%-
XYZ2.974.193.67-
YUV52.54126.57112.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=21.38%
G=44.14%
B=34.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164500.5200.220.75154.5534.7418.63
Hex1F4032340164B9b2313
Octal3710062640261132334323
Binary11111100000011001011010001011010010111001101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,50); }

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

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

 a { background-color: rgb(31,64,50); }

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

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

 span { border-color: rgb(31,64,50); }

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