#40232E

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

Shades of Castro #40232E

Tints of Castro #40232E

Color information

#40232E (or 0x40232E) is unknown color: approx Castro. HEX triplet: 40, 23 and 2E. RGB value is (64,35,46). Sum of RGB (Red+Green+Blue) = 64+35+46=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40232E is #BFDCD1. Grayscale: #2C2C2C. Windows color (decimal): -12573906 or 3023680. OLE color: 3023680.

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

Color convert

RGB643546-
CMYK00.450.280.75
HSL337.24º29.29%19.41%-
HSV(B)337.24º45.31%25.1%-
XYZ3.212.492.9-
YUV44.92128.61141.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=44.14%
G=24.14%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64354600.450.280.75337.2429.2919.41
Hex40232E02D1C4B1511d13
Octal1004356055341135213523
Binary100000010001110111001011011110010010111010100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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