Shades of Castro #42232C
Tints of Castro #42232C
RGB
CMYK
RGB Variations
Color information
#42232C (or 0x42232C) is known color: Castro. HEX triplet: 42, 23 and 2C. RGB value is (66,35,44). Sum of RGB (Red+Green+Blue) = 66+35+44=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42232C is #BDDCD3. Grayscale: #2D2D2D. Windows color (decimal): -12442836 or 2892610. OLE color: 2892610.
HSL color Cylindrical-coordinate representation of color #42232C: hue angle of 342.58º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42232C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 35 | 44 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.74 |
| HSL | 342.58º | 0.31% | 0.2% | - |
| HSV(B) | 342.58º | 0.47% | 0.26% | - |
| XYZ | 3.3 | 2.54 | 2.7 | - |
| YUV | 45.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 44 | 0 | 0.47 | 0.33 | 0.74 | 342.58 | 0.31 | 0.2 |
| Hex | 42 | 23 | 2C | 0 | 2F | 21 | 4A | 157 | 1F | 14 |
| Octal | 102 | 43 | 54 | 0 | 57 | 41 | 112 | 527 | 37 | 24 |
| Binary | 1000010 | 100011 | 101100 | 0 | 101111 | 100001 | 1001010 | 101010111 | 11111 | 10100 |
Color Harmonies of #42232C
Complementary color
Monochromatic Colors of #42232C
Black with #42232C
Text Example
Text Example
White with #42232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42232C; }
p { color: rgb(66,35,44); }
H1.HeaderClassName
{
color: #42232C;
}
.AnyTagClassName
{
color: #42232C;
}
</style>
background-color css
<style>
a { background-color: #42232C; }
a { background-color: rgb(66,35,44); }
div.DivClassName
{
background-color: #42232C;
}
.BgClassName
{
background-color: #42232C;
}
</style>
border-color css
<style>
span { border-color: #42232C; }
span { border-color: rgb(66,35,44); }
td.TdClassName
{
border-color: #42232C;
}
.TagClassName
{
border-color: #42232C;
}
</style>