#42202A

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

Shades of Castro #42202A

Tints of Castro #42202A

Color information

#42202A (or 0x42202A) is unknown color: approx Castro. HEX triplet: 42, 20 and 2A. RGB value is (66,32,42). Sum of RGB (Red+Green+Blue) = 66+32+42=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #42202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42202A is #BDDFD5. Grayscale: #2B2B2B. Windows color (decimal): -12443606 or 2760770. OLE color: 2760770.

HSL color Cylindrical-coordinate representation of color #42202A: hue angle of 342.35º 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 #42202A is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB663242-
CMYK00.520.360.74
HSL342.35º34.69%19.22%-
HSV(B)342.35º51.52%25.88%-
XYZ3.182.362.48-
YUV43.31127.26144.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 42 (16.80% from 255) = 30%
R=47.14%
G=22.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66324200.520.360.74342.3534.6919.22
Hex42202A034244A1562313
Octal1024052064441125264323
Binary10000101000001010100110100100100100101010101011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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