#40272F

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

Shades of Castro #40272F

Tints of Castro #40272F

Color information

#40272F (or 0x40272F) is unknown color: approx Castro. HEX triplet: 40, 27 and 2F. RGB value is (64,39,47). Sum of RGB (Red+Green+Blue) = 64+39+47=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40272F is #BFD8D0. Grayscale: #2F2F2F. Windows color (decimal): -12572881 or 3090240. OLE color: 3090240.

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

Color convert

RGB643947-
CMYK00.390.270.75
HSL340.8º24.27%20.2%-
HSV(B)340.8º39.06%25.1%-
XYZ3.352.753.04-
YUV47.39127.78139.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=42.67%
G=26%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64394700.390.270.75340.824.2720.2
Hex40272F0271B4B1551814
Octal1004757047331135253024
Binary100000010011110111101001111101110010111010101011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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