#40202C

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

Shades of Castro #40202C

Tints of Castro #40202C

Color information

#40202C (or 0x40202C) is unknown color: approx Castro. HEX triplet: 40, 20 and 2C. RGB value is (64,32,44). Sum of RGB (Red+Green+Blue) = 64+32+44=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40202C is #BFDFD3. Grayscale: #2A2A2A. Windows color (decimal): -12574676 or 2891840. OLE color: 2891840.

HSL color Cylindrical-coordinate representation of color #40202C: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40202C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB643244-
CMYK00.500.310.75
HSL337.5º33.33%18.82%-
HSV(B)337.5º50%25.1%-
XYZ3.092.32.67-
YUV42.94128.6143.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64324400.500.310.75337.533.3318.82
Hex40202C0321F4B1522113
Octal1004054062371135224123
Binary1000000100000101100011001011111100101110101001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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