#3B152C

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

Shades of Blackberry #3B152C

Tints of Blackberry #3B152C

Color information

#3B152C (or 0x3B152C) is unknown color: approx Blackberry. HEX triplet: 3B, 15 and 2C. RGB value is (59,21,44). Sum of RGB (Red+Green+Blue) = 59+21+44=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B152C is #C4EAD3. Grayscale: #222222. Windows color (decimal): -12905172 or 2889019. OLE color: 2889019.

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

Color convert

RGB592144-
CMYK00.640.250.77
HSL323.68º47.5%15.69%-
HSV(B)323.68º64.41%23.14%-
XYZ2.531.652.57-
YUV34.98133.09145.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=47.58%
G=16.94%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59214400.640.250.77323.6847.515.69
Hex3B152C040194D1443010
Octal7325540100311155046020
Binary111011101011011000100000011001100110110100010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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