#42212A

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

Shades of Castro #42212A

Tints of Castro #42212A

Color information

#42212A (or 0x42212A) is unknown color: approx Castro. HEX triplet: 42, 21 and 2A. RGB value is (66,33,42). Sum of RGB (Red+Green+Blue) = 66+33+42=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42212A is #BDDED5. Grayscale: #2B2B2B. Windows color (decimal): -12443350 or 2761026. OLE color: 2761026.

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

Color convert

RGB663342-
CMYK00.50.360.74
HSL343.64º33.33%19.41%-
HSV(B)343.64º50%25.88%-
XYZ3.212.412.49-
YUV43.89126.93143.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.81%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=46.81%
G=23.40%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66334200.50.360.74343.6433.3319.41
Hex42212A032244A1582113
Octal1024152062441125304123
Binary10000101000011010100110010100100100101010101100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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