#3F0329

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

Shades of Blackberry #3F0329

Tints of Blackberry #3F0329

Color information

#3F0329 (or 0x3F0329) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 29. RGB value is (63,3,41). Sum of RGB (Red+Green+Blue) = 63+3+41=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0329 is #C0FCD6. Grayscale: #191919. Windows color (decimal): -12647639 or 2687807. OLE color: 2687807.

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

Color convert

RGB63341-
CMYK00.950.350.75
HSL322º90.91%12.94%-
HSV(B)322º95.24%24.71%-
XYZ2.481.282.21-
YUV25.27136.88154.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=58.88%
G=2.80%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6334100.950.350.7532290.9112.94
Hex3F32905F234B1425bd
Octal7735101374311350213315
Binary1111111110100101011111100011100101110100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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