#3A032A

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

Shades of Blackberry #3A032A

Tints of Blackberry #3A032A

Color information

#3A032A (or 0x3A032A) is unknown color: approx Blackberry. HEX triplet: 3A, 03 and 2A. RGB value is (58,3,42). Sum of RGB (Red+Green+Blue) = 58+3+42=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032A is #C5FCD5. Grayscale: #171717. Windows color (decimal): -12975318 or 2753338. OLE color: 2753338.

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

Color convert

RGB58342-
CMYK00.950.280.77
HSL317.45º90.16%11.96%-
HSV(B)317.45º94.83%22.75%-
XYZ2.21.132.29-
YUV23.89138.22152.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=56.31%
G=2.91%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5834200.950.280.77317.4590.1611.96
Hex3A32A05F1C4D13d5ac
Octal7235201373411547513214
Binary111010111010100101111111100100110110011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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