#3F012A

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

Shades of Blackberry #3F012A

Tints of Blackberry #3F012A

Color information

#3F012A (or 0x3F012A) is unknown color: approx Blackberry. HEX triplet: 3F, 01 and 2A. RGB value is (63,1,42). Sum of RGB (Red+Green+Blue) = 63+1+42=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F012A is #C0FED5. Grayscale: #181818. Windows color (decimal): -12648150 or 2752831. OLE color: 2752831.

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

Color convert

RGB63142-
CMYK00.980.330.75
HSL320.32º96.88%12.55%-
HSV(B)320.32º98.41%24.71%-
XYZ2.481.252.3-
YUV24.21138.04155.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=59.43%
G=0.94%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6314200.980.330.75320.3296.8812.55
Hex3F12A062214B14061d
Octal7715201424111350014115
Binary111111110101001100010100001100101110100000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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