#42242F

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

Shades of Castro #42242F

Tints of Castro #42242F

Color information

#42242F (or 0x42242F) is unknown color: approx Castro. HEX triplet: 42, 24 and 2F. RGB value is (66,36,47). Sum of RGB (Red+Green+Blue) = 66+36+47=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42242F is #BDDBD0. Grayscale: #2E2E2E. Windows color (decimal): -12442577 or 3089474. OLE color: 3089474.

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

Color convert

RGB663647-
CMYK00.450.290.74
HSL338º29.41%20%-
HSV(B)338º45.45%25.88%-
XYZ3.392.633.02-
YUV46.22128.44142.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=44.30%
G=24.16%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66364700.450.290.7433829.4120
Hex42242F02D1D4A1521d14
Octal1024457055351125223524
Binary100001010010010111101011011110110010101010100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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