#3F0529

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

Shades of Blackberry #3F0529

Tints of Blackberry #3F0529

Color information

#3F0529 (or 0x3F0529) is unknown color: approx Blackberry. HEX triplet: 3F, 05 and 29. RGB value is (63,5,41). Sum of RGB (Red+Green+Blue) = 63+5+41=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0529 is #C0FAD6. Grayscale: #1A1A1A. Windows color (decimal): -12647127 or 2688319. OLE color: 2688319.

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

Color convert

RGB63541-
CMYK00.920.350.75
HSL322.76º85.29%13.33%-
HSV(B)322.76º92.06%24.71%-
XYZ2.51.332.22-
YUV26.45136.22154.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.80%
GREEN value IS 5 (2.34% from 255) = 4.59%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=57.80%
G=4.59%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6354100.920.350.75322.7685.2913.33
Hex3F52905C234B14355d
Octal7755101344311350312515
Binary11111110110100101011100100011100101110100001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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