#42212B

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

Shades of Castro #42212B

Tints of Castro #42212B

Color information

#42212B (or 0x42212B) is unknown color: approx Castro. HEX triplet: 42, 21 and 2B. RGB value is (66,33,43). Sum of RGB (Red+Green+Blue) = 66+33+43=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212B is #BDDED4. Grayscale: #2C2C2C. Windows color (decimal): -12443349 or 2826562. OLE color: 2826562.

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

Color convert

RGB663343-
CMYK00.50.350.74
HSL341.82º33.33%19.41%-
HSV(B)341.82º50%25.88%-
XYZ3.232.422.58-
YUV44.01127.43143.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=46.48%
G=23.24%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66334300.50.350.74341.8233.3319.41
Hex42212B032234A1562113
Octal1024153062431125264123
Binary10000101000011010110110010100011100101010101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42212B; }

 p { color: rgb(66,33,43); }

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

<style>
 a { background-color: #42212B; }

 a { background-color: rgb(66,33,43); }

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

<style>
 span { border-color: #42212B; }

 span { border-color: rgb(66,33,43); }

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