#3F081F

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

Shades of Blackberry #3F081F

Tints of Blackberry #3F081F

Color information

#3F081F (or 0x3F081F) is unknown color: approx Blackberry. HEX triplet: 3F, 08 and 1F. RGB value is (63,8,31). Sum of RGB (Red+Green+Blue) = 63+8+31=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F081F is #C0F7E0. Grayscale: #1B1B1B. Windows color (decimal): -12646369 or 2033727. OLE color: 2033727.

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

Color convert

RGB63831-
CMYK00.870.510.75
HSL334.91º77.46%13.92%-
HSV(B)334.91º87.3%24.71%-
XYZ2.381.331.43-
YUV27.07130.22153.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=61.76%
G=7.84%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6383100.870.510.75334.9177.4613.92
Hex3F81F057334B14f4de
Octal77103701276311351711516
Binary11111110001111101010111110011100101110100111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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