#3F031D

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

Shades of Blackberry #3F031D

Tints of Blackberry #3F031D

Color information

#3F031D (or 0x3F031D) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 1D. RGB value is (63,3,29). Sum of RGB (Red+Green+Blue) = 63+3+29=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031D is #C0FCE2. Grayscale: #171717. Windows color (decimal): -12647651 or 1901375. OLE color: 1901375.

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

Color convert

RGB63329-
CMYK00.950.540.75
HSL334º90.91%12.94%-
HSV(B)334º95.24%24.71%-
XYZ2.31.211.27-
YUV23.9130.88155.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 66.32%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=66.32%
G=3.16%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6332900.950.540.7533490.9112.94
Hex3F31D05F364B14e5bd
Octal7733501376611351613315
Binary111111111110101011111110110100101110100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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