#42252F

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

Shades of Castro #42252F

Tints of Castro #42252F

Color information

#42252F (or 0x42252F) is unknown color: approx Castro. HEX triplet: 42, 25 and 2F. RGB value is (66,37,47). Sum of RGB (Red+Green+Blue) = 66+37+47=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252F is #BDDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12442321 or 3089730. OLE color: 3089730.

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

Color convert

RGB663747-
CMYK00.440.290.74
HSL339.31º28.16%20.2%-
HSV(B)339.31º43.94%25.88%-
XYZ3.422.693.03-
YUV46.81128.11141.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=44%
G=24.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66374700.440.290.74339.3128.1620.2
Hex42252F02C1D4A1531c14
Octal1024557054351125233424
Binary100001010010110111101011001110110010101010100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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