#3F122D

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

Shades of Blackberry #3F122D

Tints of Blackberry #3F122D

Color information

#3F122D (or 0x3F122D) is unknown color: approx Blackberry. HEX triplet: 3F, 12 and 2D. RGB value is (63,18,45). Sum of RGB (Red+Green+Blue) = 63+18+45=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122D is #C0EDD2. Grayscale: #222222. Windows color (decimal): -12643795 or 2953791. OLE color: 2953791.

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

Color convert

RGB631845-
CMYK00.710.290.75
HSL324º55.56%15.88%-
HSV(B)324º71.43%24.71%-
XYZ2.741.682.66-
YUV34.53133.91148.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63184500.710.290.7532455.5615.88
Hex3F122D0471D4B1443810
Octal7722550107351135047020
Binary111111100101011010100011111101100101110100010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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