#42282F

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

Shades of Castro #42282F

Tints of Castro #42282F

Color information

#42282F (or 0x42282F) is unknown color: approx Castro. HEX triplet: 42, 28 and 2F. RGB value is (66,40,47). Sum of RGB (Red+Green+Blue) = 66+40+47=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282F is #BDD7D0. Grayscale: #303030. Windows color (decimal): -12441553 or 3090498. OLE color: 3090498.

HSL color Cylindrical-coordinate representation of color #42282F: hue angle of 343.85º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42282F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB664047-
CMYK00.390.290.74
HSL343.85º24.53%20.78%-
HSV(B)343.85º39.39%25.88%-
XYZ3.522.883.06-
YUV48.57127.11140.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.14%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=43.14%
G=26.14%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404700.390.290.74343.8524.5320.78
Hex42282F0271D4A1581915
Octal1025057047351125303125
Binary100001010100010111101001111110110010101010110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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