#402830

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

Shades of Castro #402830

Tints of Castro #402830

Color information

#402830 (or 0x402830) is unknown color: approx Castro. HEX triplet: 40, 28 and 30. RGB value is (64,40,48). Sum of RGB (Red+Green+Blue) = 64+40+48=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402830 is #BFD7CF. Grayscale: #303030. Windows color (decimal): -12572624 or 3156032. OLE color: 3156032.

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

Color convert

RGB644048-
CMYK00.380.250.75
HSL340º23.08%20.39%-
HSV(B)340º37.5%25.1%-
XYZ3.412.823.16-
YUV48.09127.95139.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64404800.380.250.7534023.0820.39
Hex402830026194B1541714
Octal1005060046311135242724
Binary100000010100011000001001101100110010111010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402830; }

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

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

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

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

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

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

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

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