#3F082E

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

Shades of Blackberry #3F082E

Tints of Blackberry #3F082E

Color information

#3F082E (or 0x3F082E) is unknown color: approx Blackberry. HEX triplet: 3F, 08 and 2E. RGB value is (63,8,46). Sum of RGB (Red+Green+Blue) = 63+8+46=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F082E is #C0F7D1. Grayscale: #1C1C1C. Windows color (decimal): -12646354 or 3016767. OLE color: 3016767.

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

Color convert

RGB63846-
CMYK00.870.270.75
HSL318.55º77.46%13.92%-
HSV(B)318.55º87.3%24.71%-
XYZ2.631.432.72-
YUV28.78137.72152.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=53.85%
G=6.84%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6384600.870.270.75318.5577.4613.92
Hex3F82E0571B4B13f4de
Octal77105601273311347711516
Binary11111110001011100101011111011100101110011111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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