#3F0A29

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

Shades of Blackberry #3F0A29

Tints of Blackberry #3F0A29

Color information

#3F0A29 (or 0x3F0A29) is unknown color: approx Blackberry. HEX triplet: 3F, 0A and 29. RGB value is (63,10,41). Sum of RGB (Red+Green+Blue) = 63+10+41=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A29 is #C0F5D6. Grayscale: #1D1D1D. Windows color (decimal): -12645847 or 2689599. OLE color: 2689599.

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

Color convert

RGB631041-
CMYK00.840.350.75
HSL324.91º72.6%14.31%-
HSV(B)324.91º84.13%24.71%-
XYZ2.561.432.24-
YUV29.38134.56151.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=55.26%
G=8.77%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63104100.840.350.75324.9172.614.31
Hex3FA29054234B14549e
Octal77125101244311350511116
Binary111111101010100101010100100011100101110100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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