#1F3F32

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

Shades of Burnham #1F3F32

Tints of Burnham #1F3F32

Color information

#1F3F32 (or 0x1F3F32) is unknown color: approx Burnham. HEX triplet: 1F, 3F and 32. RGB value is (31,63,50). Sum of RGB (Red+Green+Blue) = 31+63+50=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F32 is #E0C0CD. Grayscale: #333333. Windows color (decimal): -14729422 or 3292959. OLE color: 3292959.

HSL color Cylindrical-coordinate representation of color #1F3F32: hue angle of 155.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F3F32 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB316350-
CMYK0.5100.210.75
HSL155.62º34.04%18.43%-
HSV(B)155.62º50.79%24.71%-
XYZ2.924.083.65-
YUV51.95126.9113.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=21.53%
G=43.75%
B=34.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3163500.5100.210.75155.6234.0418.43
Hex1F3F32330154B9c2212
Octal377762630251132344222
Binary1111111111111001011001101010110010111001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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