#3F0133

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

Shades of Blackberry #3F0133

Tints of Blackberry #3F0133

Color information

#3F0133 (or 0x3F0133) is unknown color: approx Blackberry. HEX triplet: 3F, 01 and 33. RGB value is (63,1,51). Sum of RGB (Red+Green+Blue) = 63+1+51=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0133 is #C0FECC. Grayscale: #191919. Windows color (decimal): -12648141 or 3342655. OLE color: 3342655.

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

Color convert

RGB63151-
CMYK00.980.190.75
HSL311.61º96.88%12.55%-
HSV(B)311.61º98.41%24.71%-
XYZ2.661.323.25-
YUV25.24142.54154.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=54.78%
G=0.87%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6315100.980.190.75311.6196.8812.55
Hex3F133062134B13861d
Octal7716301422311347014115
Binary11111111100110110001010011100101110011100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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