#24463A

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

Shades of Burnham #24463A

Tints of Burnham #24463A

Color information

#24463A (or 0x24463A) is unknown color: approx Burnham. HEX triplet: 24, 46 and 3A. RGB value is (36,70,58). Sum of RGB (Red+Green+Blue) = 36+70+58=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #24463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24463A is #DBB9C5. Grayscale: #3A3A3A. Windows color (decimal): -14399942 or 3819044. OLE color: 3819044.

HSL color Cylindrical-coordinate representation of color #24463A: hue angle of 158.82º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24463A is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB367058-
CMYK0.4900.170.73
HSL158.82º32.08%20.78%-
HSV(B)158.82º48.57%27.45%-
XYZ3.685.064.79-
YUV58.47127.74111.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=21.95%
G=42.68%
B=35.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3670580.4900.170.73158.8232.0820.78
Hex24463A31011499f2015
Octal4410672610211112374025
Binary100100100011011101011000101000110010011001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24463A; }

 p { color: rgb(36,70,58); }

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

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

 a { background-color: rgb(36,70,58); }

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

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

 span { border-color: rgb(36,70,58); }

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