#3F212A

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

Shades of Castro #3F212A

Tints of Castro #3F212A

Color information

#3F212A (or 0x3F212A) is unknown color: approx Castro. HEX triplet: 3F, 21 and 2A. RGB value is (63,33,42). Sum of RGB (Red+Green+Blue) = 63+33+42=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212A is #C0DED5. Grayscale: #2A2A2A. Windows color (decimal): -12639958 or 2761023. OLE color: 2761023.

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

Color convert

RGB633342-
CMYK00.480.330.75
HSL342º31.25%18.82%-
HSV(B)342º47.62%24.71%-
XYZ3.012.312.48-
YUV43127.44142.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=45.65%
G=23.91%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63334200.480.330.7534231.2518.82
Hex3F212A030214B1561f13
Octal774152060411135263723
Binary111111100001101010011000010000110010111010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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