#3B0D2C

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

Shades of Blackberry #3B0D2C

Tints of Blackberry #3B0D2C

Color information

#3B0D2C (or 0x3B0D2C) is unknown color: approx Blackberry. HEX triplet: 3B, 0D and 2C. RGB value is (59,13,44). Sum of RGB (Red+Green+Blue) = 59+13+44=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D2C is #C4F2D3. Grayscale: #1E1E1E. Windows color (decimal): -12907220 or 2886971. OLE color: 2886971.

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

Color convert

RGB591344-
CMYK00.780.250.77
HSL319.57º63.89%14.12%-
HSV(B)319.57º77.97%23.14%-
XYZ2.41.42.53-
YUV30.29135.74148.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.86%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=50.86%
G=11.21%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59134400.780.250.77319.5763.8914.12
Hex3BD2C04E194D14040e
Octal73155401163111550010016
Binary11101111011011000100111011001100110110100000010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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