#402630

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

Shades of Castro #402630

Tints of Castro #402630

Color information

#402630 (or 0x402630) is unknown color: approx Castro. HEX triplet: 40, 26 and 30. RGB value is (64,38,48). Sum of RGB (Red+Green+Blue) = 64+38+48=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402630 is #BFD9CF. Grayscale: #2E2E2E. Windows color (decimal): -12573136 or 3155520. OLE color: 3155520.

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

Color convert

RGB643848-
CMYK00.410.250.75
HSL336.92º25.49%20%-
HSV(B)336.92º40.62%25.1%-
XYZ3.342.693.14-
YUV46.91128.61140.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=42.67%
G=25.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64384800.410.250.75336.9225.4920
Hex402630029194B1511914
Octal1004660051311135213124
Binary100000010011011000001010011100110010111010100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402630; }

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

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

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

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

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

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

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

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