#40242E

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

Shades of Castro #40242E

Tints of Castro #40242E

Color information

#40242E (or 0x40242E) is unknown color: approx Castro. HEX triplet: 40, 24 and 2E. RGB value is (64,36,46). Sum of RGB (Red+Green+Blue) = 64+36+46=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40242E is #BFDBD1. Grayscale: #2D2D2D. Windows color (decimal): -12573650 or 3023936. OLE color: 3023936.

HSL color Cylindrical-coordinate representation of color #40242E: hue angle of 338.57º 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 #40242E is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB643646-
CMYK00.440.280.75
HSL338.57º28%19.61%-
HSV(B)338.57º43.75%25.1%-
XYZ3.242.552.91-
YUV45.51128.28141.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=43.84%
G=24.66%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64364600.440.280.75338.572819.61
Hex40242E02C1C4B1531c14
Octal1004456054341135233424
Binary100000010010010111001011001110010010111010100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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