#3F1930

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

Shades of Blackberry #3F1930

Tints of Blackberry #3F1930

Color information

#3F1930 (or 0x3F1930) is unknown color: approx Blackberry. HEX triplet: 3F, 19 and 30. RGB value is (63,25,48). Sum of RGB (Red+Green+Blue) = 63+25+48=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1930 is #C0E6CF. Grayscale: #262626. Windows color (decimal): -12642000 or 3152191. OLE color: 3152191.

HSL color Cylindrical-coordinate representation of color #3F1930: hue angle of 323.68º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F1930 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB632548-
CMYK00.600.240.75
HSL323.68º43.18%17.25%-
HSV(B)323.68º60.32%24.71%-
XYZ2.931.973.02-
YUV38.98133.09145.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=46.32%
G=18.38%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63254800.600.240.75323.6843.1817.25
Hex3F193003C184B1442b11
Octal773160074301135045321
Binary11111111001110000011110011000100101110100010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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