#3F072D

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

Shades of Blackberry #3F072D

Tints of Blackberry #3F072D

Color information

#3F072D (or 0x3F072D) is unknown color: approx Blackberry. HEX triplet: 3F, 07 and 2D. RGB value is (63,7,45). Sum of RGB (Red+Green+Blue) = 63+7+45=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F072D is #C0F8D2. Grayscale: #1B1B1B. Windows color (decimal): -12646611 or 2950975. OLE color: 2950975.

HSL color Cylindrical-coordinate representation of color #3F072D: hue angle of 319.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F072D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB63745-
CMYK00.890.290.75
HSL319.29º80%13.73%-
HSV(B)319.29º88.89%24.71%-
XYZ2.61.42.62-
YUV28.08137.55152.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=54.78%
G=6.09%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6374500.890.290.75319.298013.73
Hex3F72D0591D4B13f50e
Octal7775501313511347712016
Binary1111111111011010101100111101100101110011111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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