#3F1F30

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

Shades of Blackberry #3F1F30

Tints of Blackberry #3F1F30

Color information

#3F1F30 (or 0x3F1F30) is unknown color: approx Blackberry. HEX triplet: 3F, 1F and 30. RGB value is (63,31,48). Sum of RGB (Red+Green+Blue) = 63+31+48=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F30 is #C0E0CF. Grayscale: #2A2A2A. Windows color (decimal): -12640464 or 3153727. OLE color: 3153727.

HSL color Cylindrical-coordinate representation of color #3F1F30: hue angle of 328.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F30 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB633148-
CMYK00.510.240.75
HSL328.12º34.04%18.43%-
HSV(B)328.12º50.79%24.71%-
XYZ3.072.253.07-
YUV42.51131.1142.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=44.37%
G=21.83%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63314800.510.240.75328.1234.0418.43
Hex3F1F30033184B1482212
Octal773760063301135104222
Binary11111111111110000011001111000100101110100100010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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