#3F1F33

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

Shades of Blackberry #3F1F33

Tints of Blackberry #3F1F33

Color information

#3F1F33 (or 0x3F1F33) is unknown color: approx Blackberry. HEX triplet: 3F, 1F and 33. RGB value is (63,31,51). Sum of RGB (Red+Green+Blue) = 63+31+51=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F33 is #C0E0CC. Grayscale: #2A2A2A. Windows color (decimal): -12640461 or 3350335. OLE color: 3350335.

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

Color convert

RGB633151-
CMYK00.510.190.75
HSL322.5º34.04%18.43%-
HSV(B)322.5º50.79%24.71%-
XYZ3.142.283.41-
YUV42.85132.6142.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=43.45%
G=21.38%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63315100.510.190.75322.534.0418.43
Hex3F1F33033134B1422212
Octal773763063231135024222
Binary11111111111110011011001110011100101110100001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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