#42242E

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

Shades of Castro #42242E

Tints of Castro #42242E

Color information

#42242E (or 0x42242E) is unknown color: approx Castro. HEX triplet: 42, 24 and 2E. RGB value is (66,36,46). Sum of RGB (Red+Green+Blue) = 66+36+46=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242E is #BDDBD1. Grayscale: #2E2E2E. Windows color (decimal): -12442578 or 3023938. OLE color: 3023938.

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

Color convert

RGB663646-
CMYK00.450.300.74
HSL340º29.41%20%-
HSV(B)340º45.45%25.88%-
XYZ3.372.622.91-
YUV46.11127.94142.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=44.59%
G=24.32%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66364600.450.300.7434029.4120
Hex42242E02D1E4A1541d14
Octal1024456055361125243524
Binary100001010010010111001011011111010010101010101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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