#40252F

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

Shades of Castro #40252F

Tints of Castro #40252F

Color information

#40252F (or 0x40252F) is unknown color: approx Castro. HEX triplet: 40, 25 and 2F. RGB value is (64,37,47). Sum of RGB (Red+Green+Blue) = 64+37+47=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252F is #BFDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12573393 or 3089728. OLE color: 3089728.

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

Color convert

RGB643747-
CMYK00.420.270.75
HSL337.78º26.73%19.8%-
HSV(B)337.78º42.19%25.1%-
XYZ3.292.623.02-
YUV46.21128.45140.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=43.24%
G=25%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374700.420.270.75337.7826.7319.8
Hex40252F02A1B4B1521b14
Octal1004557052331135223324
Binary100000010010110111101010101101110010111010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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