#3F071B

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

Shades of Blackberry #3F071B

Tints of Blackberry #3F071B

Color information

#3F071B (or 0x3F071B) is unknown color: approx Blackberry. HEX triplet: 3F, 07 and 1B. RGB value is (63,7,27). Sum of RGB (Red+Green+Blue) = 63+7+27=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F071B is #C0F8E4. Grayscale: #191919. Windows color (decimal): -12646629 or 1771327. OLE color: 1771327.

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

Color convert

RGB63727-
CMYK00.890.570.75
HSL338.57º80%13.73%-
HSV(B)338.57º88.89%24.71%-
XYZ2.321.291.16-
YUV26.02128.55154.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=64.95%
G=7.22%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6372700.890.570.75338.578013.73
Hex3F71B059394B15350e
Octal7773301317111352312016
Binary1111111111101101011001111001100101110101001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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