#3F041F

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

Shades of Blackberry #3F041F

Tints of Blackberry #3F041F

Color information

#3F041F (or 0x3F041F) is unknown color: approx Blackberry. HEX triplet: 3F, 04 and 1F. RGB value is (63,4,31). Sum of RGB (Red+Green+Blue) = 63+4+31=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F041F is #C0FBE0. Grayscale: #181818. Windows color (decimal): -12647393 or 2032703. OLE color: 2032703.

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

Color convert

RGB63431-
CMYK00.940.510.75
HSL332.54º88.06%13.14%-
HSV(B)332.54º93.65%24.71%-
XYZ2.341.241.41-
YUV24.72131.55155.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.29%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=64.29%
G=4.08%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6343100.940.510.75332.5488.0613.14
Hex3F41F05E334B14d58d
Octal7743701366311351513015
Binary1111111001111101011110110011100101110100110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,4,31); }

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

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

 a { background-color: rgb(63,4,31); }

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

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

 span { border-color: rgb(63,4,31); }

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