#40242D

Color #40242D Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #40242D

Tints of Castro #40242D

Color information

#40242D (or 0x40242D) is unknown color: approx Castro. HEX triplet: 40, 24 and 2D. RGB value is (64,36,45). Sum of RGB (Red+Green+Blue) = 64+36+45=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40242D is #BFDBD2. Grayscale: #2D2D2D. Windows color (decimal): -12573651 or 2958400. OLE color: 2958400.

HSL color Cylindrical-coordinate representation of color #40242D: hue angle of 340.71º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40242D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB643645-
CMYK00.440.300.75
HSL340.71º28%19.61%-
HSV(B)340.71º43.75%25.1%-
XYZ3.222.542.8-
YUV45.4127.78141.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=44.14%
G=24.83%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64364500.440.300.75340.712819.61
Hex40242D02C1E4B1551c14
Octal1004455054361135253424
Binary100000010010010110101011001111010010111010101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40242D; }

 p { color: rgb(64,36,45); }

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

<style>
 a { background-color: #40242D; }

 a { background-color: rgb(64,36,45); }

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

<style>
 span { border-color: #40242D; }

 span { border-color: rgb(64,36,45); }

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