#3F122E

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

Shades of Blackberry #3F122E

Tints of Blackberry #3F122E

Color information

#3F122E (or 0x3F122E) is unknown color: approx Blackberry. HEX triplet: 3F, 12 and 2E. RGB value is (63,18,46). Sum of RGB (Red+Green+Blue) = 63+18+46=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F122E is #C0EDD1. Grayscale: #222222. Windows color (decimal): -12643794 or 3019327. OLE color: 3019327.

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

Color convert

RGB631846-
CMYK00.710.270.75
HSL322.67º55.56%15.88%-
HSV(B)322.67º71.43%24.71%-
XYZ2.761.692.76-
YUV34.65134.41148.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=49.61%
G=14.17%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63184600.710.270.75322.6755.5615.88
Hex3F122E0471B4B1433810
Octal7722560107331135037020
Binary111111100101011100100011111011100101110100001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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