#42222F

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

Shades of Castro #42222F

Tints of Castro #42222F

Color information

#42222F (or 0x42222F) is unknown color: approx Castro. HEX triplet: 42, 22 and 2F. RGB value is (66,34,47). Sum of RGB (Red+Green+Blue) = 66+34+47=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42222F is #BDDDD0. Grayscale: #2D2D2D. Windows color (decimal): -12443089 or 3088962. OLE color: 3088962.

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

Color convert

RGB663447-
CMYK00.480.290.74
HSL335.62º32%19.61%-
HSV(B)335.62º48.48%25.88%-
XYZ3.332.513-
YUV45.05129.1142.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=44.90%
G=23.13%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66344700.480.290.74335.623219.61
Hex42222F0301D4A1502014
Octal1024257060351125204024
Binary1000010100010101111011000011101100101010101000010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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