#42272F

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

Shades of Castro #42272F

Tints of Castro #42272F

Color information

#42272F (or 0x42272F) is unknown color: approx Castro. HEX triplet: 42, 27 and 2F. RGB value is (66,39,47). Sum of RGB (Red+Green+Blue) = 66+39+47=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272F is #BDD8D0. Grayscale: #2F2F2F. Windows color (decimal): -12441809 or 3090242. OLE color: 3090242.

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

Color convert

RGB663947-
CMYK00.410.290.74
HSL342.22º25.71%20.59%-
HSV(B)342.22º40.91%25.88%-
XYZ3.492.813.05-
YUV47.98127.45140.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=43.42%
G=25.66%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66394700.410.290.74342.2225.7120.59
Hex42272F0291D4A1561a15
Octal1024757051351125263225
Binary100001010011110111101010011110110010101010101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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