#3B0132

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

Shades of Blackberry #3B0132

Tints of Blackberry #3B0132

Color information

#3B0132 (or 0x3B0132) is unknown color: approx Blackberry. HEX triplet: 3B, 01 and 32. RGB value is (59,1,50). Sum of RGB (Red+Green+Blue) = 59+1+50=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0132 is #C4FECD. Grayscale: #171717. Windows color (decimal): -12910286 or 3277115. OLE color: 3277115.

HSL color Cylindrical-coordinate representation of color #3B0132: hue angle of 309.31º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0132 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB59150-
CMYK00.980.150.77
HSL309.31º96.67%11.76%-
HSV(B)309.31º98.31%23.14%-
XYZ2.391.183.12-
YUV23.93142.72153.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=53.64%
G=0.91%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5915000.980.150.77309.3196.6711.76
Hex3B132062F4D13561c
Octal7316201421711546514114
Binary1110111110010011000101111100110110011010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,50); }

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

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

 a { background-color: rgb(59,1,50); }

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

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

 span { border-color: rgb(59,1,50); }

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