#3F222D

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

Shades of Castro #3F222D

Tints of Castro #3F222D

Color information

#3F222D (or 0x3F222D) is unknown color: approx Castro. HEX triplet: 3F, 22 and 2D. RGB value is (63,34,45). Sum of RGB (Red+Green+Blue) = 63+34+45=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F222D is #C0DDD2. Grayscale: #2B2B2B. Windows color (decimal): -12639699 or 2957887. OLE color: 2957887.

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

Color convert

RGB633445-
CMYK00.460.290.75
HSL337.24º29.9%19.02%-
HSV(B)337.24º46.03%24.71%-
XYZ3.12.392.78-
YUV43.92128.61141.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=44.37%
G=23.94%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63344500.460.290.75337.2429.919.02
Hex3F222D02E1D4B1511e13
Octal774255056351135213623
Binary11111110001010110101011101110110010111010100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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