#3F1F34

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

Shades of Blackberry #3F1F34

Tints of Blackberry #3F1F34

Color information

#3F1F34 (or 0x3F1F34) is unknown color: approx Blackberry. HEX triplet: 3F, 1F and 34. RGB value is (63,31,52). Sum of RGB (Red+Green+Blue) = 63+31+52=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F34 is #C0E0CB. Grayscale: #2A2A2A. Windows color (decimal): -12640460 or 3415871. OLE color: 3415871.

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

Color convert

RGB633152-
CMYK00.510.170.75
HSL320.62º34.04%18.43%-
HSV(B)320.62º50.79%24.71%-
XYZ3.162.283.52-
YUV42.96133.1142.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=43.15%
G=21.23%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63315200.510.170.75320.6234.0418.43
Hex3F1F34033114B1412212
Octal773764063211135014222
Binary11111111111110100011001110001100101110100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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