#3F012D

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

Shades of Blackberry #3F012D

Tints of Blackberry #3F012D

Color information

#3F012D (or 0x3F012D) is unknown color: approx Blackberry. HEX triplet: 3F, 01 and 2D. RGB value is (63,1,45). Sum of RGB (Red+Green+Blue) = 63+1+45=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012D is #C0FED2. Grayscale: #181818. Windows color (decimal): -12648147 or 2949439. OLE color: 2949439.

HSL color Cylindrical-coordinate representation of color #3F012D: hue angle of 317.42º 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 #3F012D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB63145-
CMYK00.980.290.75
HSL317.42º96.88%12.55%-
HSV(B)317.42º98.41%24.71%-
XYZ2.531.272.59-
YUV24.55139.54155.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.80%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=57.80%
G=0.92%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6314500.980.290.75317.4296.8812.55
Hex3F12D0621D4B13d61d
Octal7715501423511347514115
Binary11111111011010110001011101100101110011110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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