#42232E

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

Shades of Castro #42232E

Tints of Castro #42232E

Color information

#42232E (or 0x42232E) is unknown color: approx Castro. HEX triplet: 42, 23 and 2E. RGB value is (66,35,46). Sum of RGB (Red+Green+Blue) = 66+35+46=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42232E is #BDDCD1. Grayscale: #2D2D2D. Windows color (decimal): -12442834 or 3023682. OLE color: 3023682.

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

Color convert

RGB663546-
CMYK00.470.300.74
HSL338.71º30.69%19.8%-
HSV(B)338.71º46.97%25.88%-
XYZ3.342.562.9-
YUV45.52128.27142.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=44.90%
G=23.81%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66354600.470.300.74338.7130.6919.8
Hex42232E02F1E4A1531f14
Octal1024356057361125233724
Binary100001010001110111001011111111010010101010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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