#40252C

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

Shades of Castro #40252C

Tints of Castro #40252C

Color information

#40252C (or 0x40252C) is unknown color: approx Castro. HEX triplet: 40, 25 and 2C. RGB value is (64,37,44). Sum of RGB (Red+Green+Blue) = 64+37+44=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252C is #BFDAD3. Grayscale: #2D2D2D. Windows color (decimal): -12573396 or 2893120. OLE color: 2893120.

HSL color Cylindrical-coordinate representation of color #40252C: hue angle of 344.44º 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 #40252C is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB643744-
CMYK00.420.310.75
HSL344.44º26.73%19.8%-
HSV(B)344.44º42.19%25.1%-
XYZ3.232.592.71-
YUV45.87126.95140.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=44.14%
G=25.52%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374400.420.310.75344.4426.7319.8
Hex40252C02A1F4B1581b14
Octal1004554052371135303324
Binary100000010010110110001010101111110010111010110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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