#3A072A

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

Shades of Blackberry #3A072A

Tints of Blackberry #3A072A

Color information

#3A072A (or 0x3A072A) is unknown color: approx Blackberry. HEX triplet: 3A, 07 and 2A. RGB value is (58,7,42). Sum of RGB (Red+Green+Blue) = 58+7+42=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A072A is #C5F8D5. Grayscale: #1A1A1A. Windows color (decimal): -12974294 or 2754362. OLE color: 2754362.

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

Color convert

RGB58742-
CMYK00.880.280.77
HSL318.82º78.46%12.75%-
HSV(B)318.82º87.93%22.75%-
XYZ2.241.222.31-
YUV26.24136.9150.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.21%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=54.21%
G=6.54%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5874200.880.280.77318.8278.4612.75
Hex3A72A0581C4D13f4ed
Octal7275201303411547711615
Binary1110101111010100101100011100100110110011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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