#3F2A30

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

Shades of Castro #3F2A30

Tints of Castro #3F2A30

Color information

#3F2A30 (or 0x3F2A30) is unknown color: approx Castro. HEX triplet: 3F, 2A and 30. RGB value is (63,42,48). Sum of RGB (Red+Green+Blue) = 63+42+48=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A30 is #C0D5CF. Grayscale: #303030. Windows color (decimal): -12637648 or 3156543. OLE color: 3156543.

HSL color Cylindrical-coordinate representation of color #3F2A30: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A30 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB634248-
CMYK00.330.240.75
HSL342.86º20%20.59%-
HSV(B)342.86º33.33%24.71%-
XYZ3.412.933.18-
YUV48.96127.46138.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=41.18%
G=27.45%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63424800.330.240.75342.862020.59
Hex3F2A30021184B1571415
Octal775260041301135272425
Binary11111110101011000001000011100010010111010101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2A30; }

 p { color: rgb(63,42,48); }

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

<style>
 a { background-color: #3F2A30; }

 a { background-color: rgb(63,42,48); }

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

<style>
 span { border-color: #3F2A30; }

 span { border-color: rgb(63,42,48); }

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