#47242F

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

Shades of Castro #47242F

Tints of Castro #47242F

Color information

#47242F (or 0x47242F) is unknown color: approx Castro. HEX triplet: 47, 24 and 2F. RGB value is (71,36,47). Sum of RGB (Red+Green+Blue) = 71+36+47=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242F is #B8DBD0. Grayscale: #2F2F2F. Windows color (decimal): -12114897 or 3089479. OLE color: 3089479.

HSL color Cylindrical-coordinate representation of color #47242F: hue angle of 341.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47242F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB713647-
CMYK00.490.340.72
HSL341.14º32.71%20.98%-
HSV(B)341.14º49.3%27.84%-
XYZ3.742.813.03-
YUV47.72127.6144.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=46.10%
G=23.38%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364700.490.340.72341.1432.7120.98
Hex47242F03122481552115
Octal1074457061421105254125
Binary10001111001001011110110001100010100100010101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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