#3F1B27

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

Shades of Castro #3F1B27

Tints of Castro #3F1B27

Color information

#3F1B27 (or 0x3F1B27) is unknown color: approx Castro. HEX triplet: 3F, 1B and 27. RGB value is (63,27,39). Sum of RGB (Red+Green+Blue) = 63+27+39=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B27 is #C0E4D8. Grayscale: #272727. Windows color (decimal): -12641497 or 2562879. OLE color: 2562879.

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

Color convert

RGB632739-
CMYK00.570.380.75
HSL340º40%17.65%-
HSV(B)340º57.14%24.71%-
XYZ2.811.992.16-
YUV39.13127.93145.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=48.84%
G=20.93%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63273900.570.380.753404017.65
Hex3F1B27039264B1542812
Octal773347071461135245022
Binary111111110111001110111001100110100101110101010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,27,39); }

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

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

 a { background-color: rgb(63,27,39); }

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

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

 span { border-color: rgb(63,27,39); }

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