#3B072A

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

Shades of Blackberry #3B072A

Tints of Blackberry #3B072A

Color information

#3B072A (or 0x3B072A) is unknown color: approx Blackberry. HEX triplet: 3B, 07 and 2A. RGB value is (59,7,42). Sum of RGB (Red+Green+Blue) = 59+7+42=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B072A is #C4F8D5. Grayscale: #1A1A1A. Windows color (decimal): -12908758 or 2754363. OLE color: 2754363.

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

Color convert

RGB59742-
CMYK00.880.290.77
HSL319.62º78.79%12.94%-
HSV(B)319.62º88.14%23.14%-
XYZ2.31.252.31-
YUV26.54136.73151.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=54.63%
G=6.48%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5974200.880.290.77319.6278.7912.94
Hex3B72A0581D4D1404fd
Octal7375201303511550011715
Binary1110111111010100101100011101100110110100000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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