#3F122C

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

Shades of Blackberry #3F122C

Tints of Blackberry #3F122C

Color information

#3F122C (or 0x3F122C) is unknown color: approx Blackberry. HEX triplet: 3F, 12 and 2C. RGB value is (63,18,44). Sum of RGB (Red+Green+Blue) = 63+18+44=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122C is #C0EDD3. Grayscale: #222222. Windows color (decimal): -12643796 or 2888255. OLE color: 2888255.

HSL color Cylindrical-coordinate representation of color #3F122C: hue angle of 325.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F122C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB631844-
CMYK00.710.300.75
HSL325.33º55.56%15.88%-
HSV(B)325.33º71.43%24.71%-
XYZ2.721.672.56-
YUV34.42133.41148.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=50.4%
G=14.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63184400.710.300.75325.3355.5615.88
Hex3F122C0471E4B1453810
Octal7722540107361135057020
Binary111111100101011000100011111110100101110100010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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