#3F061F

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

Shades of Blackberry #3F061F

Tints of Blackberry #3F061F

Color information

#3F061F (or 0x3F061F) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 1F. RGB value is (63,6,31). Sum of RGB (Red+Green+Blue) = 63+6+31=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061F is #C0F9E0. Grayscale: #191919. Windows color (decimal): -12646881 or 2033215. OLE color: 2033215.

HSL color Cylindrical-coordinate representation of color #3F061F: hue angle of 333.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F061F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB63631-
CMYK00.900.510.75
HSL333.68º82.61%13.53%-
HSV(B)333.68º90.48%24.71%-
XYZ2.361.291.42-
YUV25.89130.88154.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 31 (12.5% from 255) = 31%
R=63%
G=6%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6363100.900.510.75333.6882.6113.53
Hex3F61F05A334B14e53e
Octal7763701326311351612316
Binary1111111101111101011010110011100101110100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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