#3F2F34

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

Shades of Castro #3F2F34

Tints of Castro #3F2F34

Color information

#3F2F34 (or 0x3F2F34) is unknown color: approx Castro. HEX triplet: 3F, 2F and 34. RGB value is (63,47,52). Sum of RGB (Red+Green+Blue) = 63+47+52=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F34 is #C0D0CB. Grayscale: #343434. Windows color (decimal): -12636364 or 3419967. OLE color: 3419967.

HSL color Cylindrical-coordinate representation of color #3F2F34: hue angle of 341.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F2F34 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB634752-
CMYK00.250.170.75
HSL341.25º14.55%21.57%-
HSV(B)341.25º25.4%24.71%-
XYZ3.693.343.7-
YUV52.35127.8135.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=38.89%
G=29.01%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63475200.250.170.75341.2514.5521.57
Hex3F2F34019114B155f16
Octal775764031211135251726
Binary111111101111110100011001100011001011101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,52); }

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

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

 a { background-color: rgb(63,47,52); }

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

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

 span { border-color: rgb(63,47,52); }

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