#42202E

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

Shades of Castro #42202E

Tints of Castro #42202E

Color information

#42202E (or 0x42202E) is unknown color: approx Castro. HEX triplet: 42, 20 and 2E. RGB value is (66,32,46). Sum of RGB (Red+Green+Blue) = 66+32+46=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42202E is #BDDFD1. Grayscale: #2B2B2B. Windows color (decimal): -12443602 or 3022914. OLE color: 3022914.

HSL color Cylindrical-coordinate representation of color #42202E: hue angle of 335.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42202E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB663246-
CMYK00.520.300.74
HSL335.29º34.69%19.22%-
HSV(B)335.29º51.52%25.88%-
XYZ3.262.392.87-
YUV43.76129.26143.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.83%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=45.83%
G=22.22%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66324600.520.300.74335.2934.6919.22
Hex42202E0341E4A14f2313
Octal1024056064361125174323
Binary1000010100000101110011010011110100101010100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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