#402730

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

Shades of Castro #402730

Tints of Castro #402730

Color information

#402730 (or 0x402730) is unknown color: approx Castro. HEX triplet: 40, 27 and 30. RGB value is (64,39,48). Sum of RGB (Red+Green+Blue) = 64+39+48=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402730 is #BFD8CF. Grayscale: #2F2F2F. Windows color (decimal): -12572880 or 3155776. OLE color: 3155776.

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

Color convert

RGB643948-
CMYK00.390.250.75
HSL338.4º24.27%20.2%-
HSV(B)338.4º39.06%25.1%-
XYZ3.372.753.15-
YUV47.5128.28139.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=42.38%
G=25.83%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64394800.390.250.75338.424.2720.2
Hex402730027194B1521814
Octal1004760047311135223024
Binary100000010011111000001001111100110010111010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402730; }

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

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

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

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

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

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

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

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