#3F0829

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

Shades of Blackberry #3F0829

Tints of Blackberry #3F0829

Color information

#3F0829 (or 0x3F0829) is unknown color: approx Blackberry. HEX triplet: 3F, 08 and 29. RGB value is (63,8,41). Sum of RGB (Red+Green+Blue) = 63+8+41=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0829 is #C0F7D6. Grayscale: #1C1C1C. Windows color (decimal): -12646359 or 2689087. OLE color: 2689087.

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

Color convert

RGB63841-
CMYK00.870.350.75
HSL324º77.46%13.92%-
HSV(B)324º87.3%24.71%-
XYZ2.541.392.23-
YUV28.21135.22152.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.25%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=56.25%
G=7.14%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6384100.870.350.7532477.4613.92
Hex3F829057234B1444de
Octal77105101274311350411516
Binary111111100010100101010111100011100101110100010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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