#3F0E2F

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

Shades of Blackberry #3F0E2F

Tints of Blackberry #3F0E2F

Color information

#3F0E2F (or 0x3F0E2F) is unknown color: approx Blackberry. HEX triplet: 3F, 0E and 2F. RGB value is (63,14,47). Sum of RGB (Red+Green+Blue) = 63+14+47=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E2F is #C0F1D0. Grayscale: #202020. Windows color (decimal): -12644817 or 3083839. OLE color: 3083839.

HSL color Cylindrical-coordinate representation of color #3F0E2F: hue angle of 319.59º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F0E2F is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB631447-
CMYK00.780.250.75
HSL319.59º63.64%15.1%-
HSV(B)319.59º77.78%24.71%-
XYZ2.721.582.85-
YUV32.41136.23149.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=50.81%
G=11.29%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63144700.780.250.75319.5963.6415.1
Hex3FE2F04E194B14040f
Octal77165701163111350010017
Binary11111111101011110100111011001100101110100000010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,14,47); }

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

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

 a { background-color: rgb(63,14,47); }

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

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

 span { border-color: rgb(63,14,47); }

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