#40232D

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

Shades of Castro #40232D

Tints of Castro #40232D

Color information

#40232D (or 0x40232D) is unknown color: approx Castro. HEX triplet: 40, 23 and 2D. RGB value is (64,35,45). Sum of RGB (Red+Green+Blue) = 64+35+45=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40232D is #BFDCD2. Grayscale: #2C2C2C. Windows color (decimal): -12573907 or 2958144. OLE color: 2958144.

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

Color convert

RGB643545-
CMYK00.450.300.75
HSL339.31º29.29%19.41%-
HSV(B)339.31º45.31%25.1%-
XYZ3.192.482.79-
YUV44.81128.11141.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=44.44%
G=24.31%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64354500.450.300.75339.3129.2919.41
Hex40232D02D1E4B1531d13
Octal1004355055361135233523
Binary100000010001110110101011011111010010111010100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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