#40262E

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

Shades of Castro #40262E

Tints of Castro #40262E

Color information

#40262E (or 0x40262E) is unknown color: approx Castro. HEX triplet: 40, 26 and 2E. RGB value is (64,38,46). Sum of RGB (Red+Green+Blue) = 64+38+46=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40262E is #BFD9D1. Grayscale: #2E2E2E. Windows color (decimal): -12573138 or 3024448. OLE color: 3024448.

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

Color convert

RGB643846-
CMYK00.410.280.75
HSL341.54º25.49%20%-
HSV(B)341.54º40.62%25.1%-
XYZ3.32.672.93-
YUV46.69127.61140.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=43.24%
G=25.68%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64384600.410.280.75341.5425.4920
Hex40262E0291C4B1561914
Octal1004656051341135263124
Binary100000010011010111001010011110010010111010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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