#3B1525

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

Shades of Blackberry #3B1525

Tints of Blackberry #3B1525

Color information

#3B1525 (or 0x3B1525) is unknown color: approx Blackberry. HEX triplet: 3B, 15 and 25. RGB value is (59,21,37). Sum of RGB (Red+Green+Blue) = 59+21+37=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1525 is #C4EADA. Grayscale: #222222. Windows color (decimal): -12905179 or 2430267. OLE color: 2430267.

HSL color Cylindrical-coordinate representation of color #3B1525: hue angle of 334.74º 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 #3B1525 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB592137-
CMYK00.640.370.77
HSL334.74º47.5%15.69%-
HSV(B)334.74º64.41%23.14%-
XYZ2.411.61.93-
YUV34.19129.59145.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=50.43%
G=17.95%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59213700.640.370.77334.7447.515.69
Hex3B1525040254D14f3010
Octal7325450100451155176020
Binary1110111010110010101000000100101100110110100111111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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