#3B0527

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

Shades of Blackberry #3B0527

Tints of Blackberry #3B0527

Color information

#3B0527 (or 0x3B0527) is unknown color: approx Blackberry. HEX triplet: 3B, 05 and 27. RGB value is (59,5,39). Sum of RGB (Red+Green+Blue) = 59+5+39=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0527 is #C4FAD8. Grayscale: #181818. Windows color (decimal): -12909273 or 2557243. OLE color: 2557243.

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

Color convert

RGB59539-
CMYK00.920.340.77
HSL322.22º84.38%12.55%-
HSV(B)322.22º91.53%23.14%-
XYZ2.221.182.03-
YUV25.02135.89152.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=57.28%
G=4.85%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5953900.920.340.77322.2284.3812.55
Hex3B52705C224D14254d
Octal7354701344211550212415
Binary11101110110011101011100100010100110110100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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