#42272E

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

Shades of Castro #42272E

Tints of Castro #42272E

Color information

#42272E (or 0x42272E) is unknown color: approx Castro. HEX triplet: 42, 27 and 2E. RGB value is (66,39,46). Sum of RGB (Red+Green+Blue) = 66+39+46=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272E is #BDD8D1. Grayscale: #2F2F2F. Windows color (decimal): -12441810 or 3024706. OLE color: 3024706.

HSL color Cylindrical-coordinate representation of color #42272E: hue angle of 344.44º 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 #42272E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB663946-
CMYK00.410.300.74
HSL344.44º25.71%20.59%-
HSV(B)344.44º40.91%25.88%-
XYZ3.472.812.94-
YUV47.87126.95140.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=43.71%
G=25.83%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66394600.410.300.74344.4425.7120.59
Hex42272E0291E4A1581a15
Octal1024756051361125303225
Binary100001010011110111001010011111010010101010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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