#3F051D

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

Shades of Blackberry #3F051D

Tints of Blackberry #3F051D

Color information

#3F051D (or 0x3F051D) is unknown color: approx Blackberry. HEX triplet: 3F, 05 and 1D. RGB value is (63,5,29). Sum of RGB (Red+Green+Blue) = 63+5+29=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F051D is #C0FAE2. Grayscale: #191919. Windows color (decimal): -12647139 or 1901887. OLE color: 1901887.

HSL color Cylindrical-coordinate representation of color #3F051D: hue angle of 335.17º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F051D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB63529-
CMYK00.920.540.75
HSL335.17º85.29%13.33%-
HSV(B)335.17º92.06%24.71%-
XYZ2.331.251.28-
YUV25.08130.22155.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=64.95%
G=5.15%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6352900.920.540.75335.1785.2913.33
Hex3F51D05C364B14f55d
Octal7753501346611351712515
Binary1111111011110101011100110110100101110100111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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