#3F001F

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

Shades of Blackberry #3F001F

Tints of Blackberry #3F001F

Color information

#3F001F (or 0x3F001F) is unknown color: approx Blackberry. HEX triplet: 3F, 00 and 1F. RGB value is (63,0,31). Sum of RGB (Red+Green+Blue) = 63+0+31=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F001F is #C0FFE0. Grayscale: #161616. Windows color (decimal): -12648417 or 2031679. OLE color: 2031679.

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

Color convert

RGB63031-
CMYK010.510.75
HSL330.48º100%12.35%-
HSV(B)330.48º100%24.71%-
XYZ2.31.161.4-
YUV22.37132.87156.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=67.02%
G=0%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63031010.510.75330.4810012.35
Hex3F01F064334B14a64c
Octal7703701446311351214414
Binary11111101111101100100110011100101110100101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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