#3F002C

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

Shades of Blackberry #3F002C

Tints of Blackberry #3F002C

Color information

#3F002C (or 0x3F002C) is unknown color: approx Blackberry. HEX triplet: 3F, 00 and 2C. RGB value is (63,0,44). Sum of RGB (Red+Green+Blue) = 63+0+44=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F002C is #C0FFD3. Grayscale: #171717. Windows color (decimal): -12648404 or 2883647. OLE color: 2883647.

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

Color convert

RGB63044-
CMYK010.300.75
HSL318.1º100%12.35%-
HSV(B)318.1º100%24.71%-
XYZ2.51.242.49-
YUV23.85139.37155.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=58.88%
G=0%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63044010.300.75318.110012.35
Hex3F02C0641E4B13e64c
Octal7705401443611347614414
Binary11111101011000110010011110100101110011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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