#40282F

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

Shades of Castro #40282F

Tints of Castro #40282F

Color information

#40282F (or 0x40282F) is unknown color: approx Castro. HEX triplet: 40, 28 and 2F. RGB value is (64,40,47). Sum of RGB (Red+Green+Blue) = 64+40+47=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40282F is #BFD7D0. Grayscale: #2F2F2F. Windows color (decimal): -12572625 or 3090496. OLE color: 3090496.

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

Color convert

RGB644047-
CMYK00.380.270.75
HSL342.5º23.08%20.39%-
HSV(B)342.5º37.5%25.1%-
XYZ3.392.813.05-
YUV47.97127.45139.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=42.38%
G=26.49%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64404700.380.270.75342.523.0820.39
Hex40282F0261B4B1561714
Octal1005057046331135262724
Binary100000010100010111101001101101110010111010101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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