#3F0333

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

Shades of Blackberry #3F0333

Tints of Blackberry #3F0333

Color information

#3F0333 (or 0x3F0333) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 33. RGB value is (63,3,51). Sum of RGB (Red+Green+Blue) = 63+3+51=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0333 is #C0FCCC. Grayscale: #1A1A1A. Windows color (decimal): -12647629 or 3343167. OLE color: 3343167.

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

Color convert

RGB63351-
CMYK00.950.190.75
HSL312º90.91%12.94%-
HSV(B)312º95.24%24.71%-
XYZ2.681.363.25-
YUV26.41141.88154.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=53.85%
G=2.56%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6335100.950.190.7531290.9112.94
Hex3F33305F134B1385bd
Octal7736301372311347013315
Binary111111111100110101111110011100101110011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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