#3F1B33

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

Shades of Blackberry #3F1B33

Tints of Blackberry #3F1B33

Color information

#3F1B33 (or 0x3F1B33) is unknown color: approx Blackberry. HEX triplet: 3F, 1B and 33. RGB value is (63,27,51). Sum of RGB (Red+Green+Blue) = 63+27+51=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B33 is #C0E4CC. Grayscale: #282828. Windows color (decimal): -12641485 or 3349311. OLE color: 3349311.

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

Color convert

RGB632751-
CMYK00.570.190.75
HSL320º40%17.65%-
HSV(B)320º57.14%24.71%-
XYZ3.042.083.37-
YUV40.5133.93144.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=44.68%
G=19.15%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63275100.570.190.753204017.65
Hex3F1B33039134B1402812
Octal773363071231135005022
Binary11111111011110011011100110011100101110100000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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