#3F212C

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

Shades of Castro #3F212C

Tints of Castro #3F212C

Color information

#3F212C (or 0x3F212C) is unknown color: approx Castro. HEX triplet: 3F, 21 and 2C. RGB value is (63,33,44). Sum of RGB (Red+Green+Blue) = 63+33+44=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212C is #C0DED3. Grayscale: #2B2B2B. Windows color (decimal): -12639956 or 2892095. OLE color: 2892095.

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

Color convert

RGB633344-
CMYK00.480.300.75
HSL338º31.25%18.82%-
HSV(B)338º47.62%24.71%-
XYZ3.052.332.67-
YUV43.22128.44142.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=45%
G=23.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63334400.480.300.7533831.2518.82
Hex3F212C0301E4B1521f13
Octal774154060361135223723
Binary11111110000110110001100001111010010111010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,44); }

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

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

 a { background-color: rgb(63,33,44); }

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

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

 span { border-color: rgb(63,33,44); }

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