#3B0730

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

Shades of Blackberry #3B0730

Tints of Blackberry #3B0730

Color information

#3B0730 (or 0x3B0730) is unknown color: approx Blackberry. HEX triplet: 3B, 07 and 30. RGB value is (59,7,48). Sum of RGB (Red+Green+Blue) = 59+7+48=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0730 is #C4F8CF. Grayscale: #1B1B1B. Windows color (decimal): -12908752 or 3147579. OLE color: 3147579.

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

Color convert

RGB59748-
CMYK00.880.190.77
HSL312.69º78.79%12.94%-
HSV(B)312.69º88.14%23.14%-
XYZ2.411.32.92-
YUV27.22139.73150.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=51.75%
G=6.14%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5974800.880.190.77312.6978.7912.94
Hex3B730058134D1394fd
Octal7376001302311547111715
Binary1110111111100000101100010011100110110011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,7,48); }

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

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

 a { background-color: rgb(59,7,48); }

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

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

 span { border-color: rgb(59,7,48); }

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