#3B052E

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

Shades of Blackberry #3B052E

Tints of Blackberry #3B052E

Color information

#3B052E (or 0x3B052E) is unknown color: approx Blackberry. HEX triplet: 3B, 05 and 2E. RGB value is (59,5,46). Sum of RGB (Red+Green+Blue) = 59+5+46=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B052E is #C4FAD1. Grayscale: #191919. Windows color (decimal): -12909266 or 3015995. OLE color: 3015995.

HSL color Cylindrical-coordinate representation of color #3B052E: hue angle of 314.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B052E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB59546-
CMYK00.920.220.77
HSL314.44º84.38%12.55%-
HSV(B)314.44º91.53%23.14%-
XYZ2.351.242.7-
YUV25.82139.39151.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.64%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=53.64%
G=4.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954600.920.220.77314.4484.3812.55
Hex3B52E05C164D13a54d
Octal7355601342611547212415
Binary1110111011011100101110010110100110110011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,46); }

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

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

 a { background-color: rgb(59,5,46); }

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

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

 span { border-color: rgb(59,5,46); }

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