#3F0229

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

Shades of Blackberry #3F0229

Tints of Blackberry #3F0229

Color information

#3F0229 (or 0x3F0229) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 29. RGB value is (63,2,41). Sum of RGB (Red+Green+Blue) = 63+2+41=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0229 is #C0FDD6. Grayscale: #181818. Windows color (decimal): -12647895 or 2687551. OLE color: 2687551.

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

Color convert

RGB63241-
CMYK00.970.350.75
HSL321.64º93.85%12.75%-
HSV(B)321.64º96.83%24.71%-
XYZ2.471.262.21-
YUV24.68137.21155.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=59.43%
G=1.89%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324100.970.350.75321.6493.8512.75
Hex3F229061234B1425ed
Octal7725101414311350213615
Binary1111111010100101100001100011100101110100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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