#42242C

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

Shades of Castro #42242C

Tints of Castro #42242C

Color information

#42242C (or 0x42242C) is unknown color: approx Castro. HEX triplet: 42, 24 and 2C. RGB value is (66,36,44). Sum of RGB (Red+Green+Blue) = 66+36+44=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242C is #BDDBD3. Grayscale: #2D2D2D. Windows color (decimal): -12442580 or 2892866. OLE color: 2892866.

HSL color Cylindrical-coordinate representation of color #42242C: hue angle of 344º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42242C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB663644-
CMYK00.450.330.74
HSL344º29.41%20%-
HSV(B)344º45.45%25.88%-
XYZ3.332.62.71-
YUV45.88126.94142.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=45.21%
G=24.66%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66364400.450.330.7434429.4120
Hex42242C02D214A1581d14
Octal1024454055411125303524
Binary1000010100100101100010110110000110010101010110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42242C; }

 p { color: rgb(66,36,44); }

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

<style>
 a { background-color: #42242C; }

 a { background-color: rgb(66,36,44); }

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

<style>
 span { border-color: #42242C; }

 span { border-color: rgb(66,36,44); }

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