#3B1524

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

Shades of Blackberry #3B1524

Tints of Blackberry #3B1524

Color information

#3B1524 (or 0x3B1524) is unknown color: approx Blackberry. HEX triplet: 3B, 15 and 24. RGB value is (59,21,36). Sum of RGB (Red+Green+Blue) = 59+21+36=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1524 is #C4EADB. Grayscale: #222222. Windows color (decimal): -12905180 or 2364731. OLE color: 2364731.

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

Color convert

RGB592136-
CMYK00.640.390.77
HSL336.32º47.5%15.69%-
HSV(B)336.32º64.41%23.14%-
XYZ2.391.591.85-
YUV34.07129.09145.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.86%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=50.86%
G=18.10%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59213600.640.390.77336.3247.515.69
Hex3B1524040274D1503010
Octal7325440100471155206020
Binary1110111010110010001000000100111100110110101000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,36); }

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

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

 a { background-color: rgb(59,21,36); }

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

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

 span { border-color: rgb(59,21,36); }

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