#3F212D

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

Shades of Castro #3F212D

Tints of Castro #3F212D

Color information

#3F212D (or 0x3F212D) is unknown color: approx Castro. HEX triplet: 3F, 21 and 2D. RGB value is (63,33,45). Sum of RGB (Red+Green+Blue) = 63+33+45=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212D is #C0DED2. Grayscale: #2B2B2B. Windows color (decimal): -12639955 or 2957631. OLE color: 2957631.

HSL color Cylindrical-coordinate representation of color #3F212D: hue angle of 336º 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 #3F212D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB633345-
CMYK00.480.290.75
HSL336º31.25%18.82%-
HSV(B)336º47.62%24.71%-
XYZ3.072.332.77-
YUV43.34128.94142.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=44.68%
G=23.40%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63334500.480.290.7533631.2518.82
Hex3F212D0301D4B1501f13
Octal774155060351135203723
Binary11111110000110110101100001110110010111010100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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