#3F012F

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

Shades of Blackberry #3F012F

Tints of Blackberry #3F012F

Color information

#3F012F (or 0x3F012F) is unknown color: approx Blackberry. HEX triplet: 3F, 01 and 2F. RGB value is (63,1,47). Sum of RGB (Red+Green+Blue) = 63+1+47=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012F is #C0FED0. Grayscale: #181818. Windows color (decimal): -12648145 or 3080511. OLE color: 3080511.

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

Color convert

RGB63147-
CMYK00.980.250.75
HSL315.48º96.88%12.55%-
HSV(B)315.48º98.41%24.71%-
XYZ2.571.282.8-
YUV24.78140.54155.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=56.76%
G=0.90%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6314700.980.250.75315.4896.8812.55
Hex3F12F062194B13b61d
Octal7715701423111347314115
Binary11111111011110110001011001100101110011101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,47); }

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

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

 a { background-color: rgb(63,1,47); }

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

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

 span { border-color: rgb(63,1,47); }

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