#42212E

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

Shades of Castro #42212E

Tints of Castro #42212E

Color information

#42212E (or 0x42212E) is unknown color: approx Castro. HEX triplet: 42, 21 and 2E. RGB value is (66,33,46). Sum of RGB (Red+Green+Blue) = 66+33+46=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212E is #BDDED1. Grayscale: #2C2C2C. Windows color (decimal): -12443346 or 3023170. OLE color: 3023170.

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

Color convert

RGB663346-
CMYK00.50.300.74
HSL336.36º33.33%19.41%-
HSV(B)336.36º50%25.88%-
XYZ3.282.442.88-
YUV44.35128.93143.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=45.52%
G=22.76%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66334600.50.300.74336.3633.3319.41
Hex42212E0321E4A1502113
Octal1024156062361125204123
Binary1000010100001101110011001011110100101010101000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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