#3F1C35

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

Shades of Blackberry #3F1C35

Tints of Blackberry #3F1C35

Color information

#3F1C35 (or 0x3F1C35) is unknown color: approx Blackberry. HEX triplet: 3F, 1C and 35. RGB value is (63,28,53). Sum of RGB (Red+Green+Blue) = 63+28+53=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C35 is #C0E3CA. Grayscale: #292929. Windows color (decimal): -12641227 or 3480639. OLE color: 3480639.

HSL color Cylindrical-coordinate representation of color #3F1C35: hue angle of 317.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C35 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB632853-
CMYK00.560.160.75
HSL317.14º38.46%17.84%-
HSV(B)317.14º55.56%24.71%-
XYZ3.112.143.62-
YUV41.32134.6143.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=43.75%
G=19.44%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63285300.560.160.75317.1438.4617.84
Hex3F1C35038104B13d2612
Octal773465070201134754622
Binary11111111100110101011100010000100101110011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,28,53); }

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

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

 a { background-color: rgb(63,28,53); }

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

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

 span { border-color: rgb(63,28,53); }

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