#403035

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

Shades of Castro #403035

Tints of Castro #403035

Color information

#403035 (or 0x403035) is unknown color: approx Castro. HEX triplet: 40, 30 and 35. RGB value is (64,48,53). Sum of RGB (Red+Green+Blue) = 64+48+53=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403035 is #BFCFCA. Grayscale: #353535. Windows color (decimal): -12570571 or 3485760. OLE color: 3485760.

HSL color Cylindrical-coordinate representation of color #403035: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403035 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB644853-
CMYK00.250.170.75
HSL341.25º14.29%21.96%-
HSV(B)341.25º25%25.1%-
XYZ3.813.463.84-
YUV53.35127.8135.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=38.79%
G=29.09%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64485300.250.170.75341.2514.2921.96
Hex403035019114B155e16
Octal1006065031211135251626
Binary1000000110000110101011001100011001011101010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403035; }

 p { color: rgb(64,48,53); }

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

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

 a { background-color: rgb(64,48,53); }

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

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

 span { border-color: rgb(64,48,53); }

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