#40272E

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

Shades of Castro #40272E

Tints of Castro #40272E

Color information

#40272E (or 0x40272E) is unknown color: approx Castro. HEX triplet: 40, 27 and 2E. RGB value is (64,39,46). Sum of RGB (Red+Green+Blue) = 64+39+46=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #40272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40272E is #BFD8D1. Grayscale: #2F2F2F. Windows color (decimal): -12572882 or 3024704. OLE color: 3024704.

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

Color convert

RGB643946-
CMYK00.390.280.75
HSL343.2º24.27%20.2%-
HSV(B)343.2º39.06%25.1%-
XYZ3.332.742.94-
YUV47.27127.28139.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=42.95%
G=26.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64394600.390.280.75343.224.2720.2
Hex40272E0271C4B1571814
Octal1004756047341135273024
Binary100000010011110111001001111110010010111010101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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