#3F232B

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

Shades of Castro #3F232B

Tints of Castro #3F232B

Color information

#3F232B (or 0x3F232B) is unknown color: approx Castro. HEX triplet: 3F, 23 and 2B. RGB value is (63,35,43). Sum of RGB (Red+Green+Blue) = 63+35+43=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232B is #C0DCD4. Grayscale: #2C2C2C. Windows color (decimal): -12639445 or 2827071. OLE color: 2827071.

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

Color convert

RGB633543-
CMYK00.440.320.75
HSL342.86º28.57%19.22%-
HSV(B)342.86º44.44%24.71%-
XYZ3.092.432.59-
YUV44.28127.28141.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=44.68%
G=24.82%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63354300.440.320.75342.8628.5719.22
Hex3F232B02C204B1571d13
Octal774353054401135273523
Binary111111100011101011010110010000010010111010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,43); }

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

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

 a { background-color: rgb(63,35,43); }

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

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

 span { border-color: rgb(63,35,43); }

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