#3B1928

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

Shades of Blackberry #3B1928

Tints of Blackberry #3B1928

Color information

#3B1928 (or 0x3B1928) is unknown color: approx Blackberry. HEX triplet: 3B, 19 and 28. RGB value is (59,25,40). Sum of RGB (Red+Green+Blue) = 59+25+40=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1928 is #C4E6D7. Grayscale: #242424. Windows color (decimal): -12904152 or 2627899. OLE color: 2627899.

HSL color Cylindrical-coordinate representation of color #3B1928: hue angle of 333.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1928 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB592540-
CMYK00.580.320.77
HSL333.53º40.48%16.47%-
HSV(B)333.53º57.63%23.14%-
XYZ2.531.782.22-
YUV36.88129.76143.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=47.58%
G=20.16%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59254000.580.320.77333.5340.4816.47
Hex3B192803A204D14e2810
Octal733150072401155165020
Binary111011110011010000111010100000100110110100111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,25,40); }

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

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

 a { background-color: rgb(59,25,40); }

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

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

 span { border-color: rgb(59,25,40); }

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