#24463B

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

Shades of Burnham #24463B

Tints of Burnham #24463B

Color information

#24463B (or 0x24463B) is unknown color: approx Burnham. HEX triplet: 24, 46 and 3B. RGB value is (36,70,59). Sum of RGB (Red+Green+Blue) = 36+70+59=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #24463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24463B is #DBB9C4. Grayscale: #3A3A3A. Windows color (decimal): -14399941 or 3884580. OLE color: 3884580.

HSL color Cylindrical-coordinate representation of color #24463B: hue angle of 160.59º 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 #24463B is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB367059-
CMYK0.4900.160.73
HSL160.59º32.08%20.78%-
HSV(B)160.59º48.57%27.45%-
XYZ3.715.074.92-
YUV58.58128.24111.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=21.82%
G=42.42%
B=35.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3670590.4900.160.73160.5932.0820.78
Hex24463B3101049a12015
Octal4410673610201112414025
Binary100100100011011101111000101000010010011010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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