#3F071D

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

Shades of Blackberry #3F071D

Tints of Blackberry #3F071D

Color information

#3F071D (or 0x3F071D) is unknown color: approx Blackberry. HEX triplet: 3F, 07 and 1D. RGB value is (63,7,29). Sum of RGB (Red+Green+Blue) = 63+7+29=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F071D is #C0F8E2. Grayscale: #1A1A1A. Windows color (decimal): -12646627 or 1902399. OLE color: 1902399.

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

Color convert

RGB63729-
CMYK00.890.540.75
HSL336.43º80%13.73%-
HSV(B)336.43º88.89%24.71%-
XYZ2.351.31.29-
YUV26.25129.55154.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 63.64%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=63.64%
G=7.07%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6372900.890.540.75336.438013.73
Hex3F71D059364B15050e
Octal7773501316611352012016
Binary1111111111110101011001110110100101110101000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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