#3F082A

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

Shades of Blackberry #3F082A

Tints of Blackberry #3F082A

Color information

#3F082A (or 0x3F082A) is unknown color: approx Blackberry. HEX triplet: 3F, 08 and 2A. RGB value is (63,8,42). Sum of RGB (Red+Green+Blue) = 63+8+42=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F082A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F082A is #C0F7D5. Grayscale: #1C1C1C. Windows color (decimal): -12646358 or 2754623. OLE color: 2754623.

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

Color convert

RGB63842-
CMYK00.870.330.75
HSL322.91º77.46%13.92%-
HSV(B)322.91º87.3%24.71%-
XYZ2.551.42.33-
YUV28.32135.72152.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=55.75%
G=7.08%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6384200.870.330.75322.9177.4613.92
Hex3F82A057214B1434de
Octal77105201274111350311516
Binary111111100010101001010111100001100101110100001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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