#3F1D29

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

Shades of Castro #3F1D29

Tints of Castro #3F1D29

Color information

#3F1D29 (or 0x3F1D29) is unknown color: approx Castro. HEX triplet: 3F, 1D and 29. RGB value is (63,29,41). Sum of RGB (Red+Green+Blue) = 63+29+41=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D29 is #C0E2D6. Grayscale: #282828. Windows color (decimal): -12640983 or 2694463. OLE color: 2694463.

HSL color Cylindrical-coordinate representation of color #3F1D29: hue angle of 338.82º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D29 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB632941-
CMYK00.540.350.75
HSL338.82º36.96%18.04%-
HSV(B)338.82º53.97%24.71%-
XYZ2.892.12.35-
YUV40.53128.26144.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=47.37%
G=21.80%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63294100.540.350.75338.8236.9618.04
Hex3F1D29036234B1532512
Octal773551066431135234522
Binary111111111011010010110110100011100101110101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,41); }

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

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

 a { background-color: rgb(63,29,41); }

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

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

 span { border-color: rgb(63,29,41); }

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