#40252D

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

Shades of Castro #40252D

Tints of Castro #40252D

Color information

#40252D (or 0x40252D) is unknown color: approx Castro. HEX triplet: 40, 25 and 2D. RGB value is (64,37,45). Sum of RGB (Red+Green+Blue) = 64+37+45=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252D is #BFDAD2. Grayscale: #2D2D2D. Windows color (decimal): -12573395 or 2958656. OLE color: 2958656.

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

Color convert

RGB643745-
CMYK00.420.300.75
HSL342.22º26.73%19.8%-
HSV(B)342.22º42.19%25.1%-
XYZ3.252.62.81-
YUV45.98127.45140.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=43.84%
G=25.34%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64374500.420.300.75342.2226.7319.8
Hex40252D02A1E4B1561b14
Octal1004555052361135263324
Binary100000010010110110101010101111010010111010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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