#3A052A

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

Shades of Blackberry #3A052A

Tints of Blackberry #3A052A

Color information

#3A052A (or 0x3A052A) is unknown color: approx Blackberry. HEX triplet: 3A, 05 and 2A. RGB value is (58,5,42). Sum of RGB (Red+Green+Blue) = 58+5+42=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A052A is #C5FAD5. Grayscale: #181818. Windows color (decimal): -12974806 or 2753850. OLE color: 2753850.

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

Color convert

RGB58542-
CMYK00.910.280.77
HSL318.11º84.13%12.35%-
HSV(B)318.11º91.38%22.75%-
XYZ2.221.182.3-
YUV25.06137.56151.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 55.24%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 42 (16.80% from 255) = 40%
R=55.24%
G=4.76%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5854200.910.280.77318.1184.1312.35
Hex3A52A05B1C4D13e54c
Octal7255201333411547612414
Binary1110101011010100101101111100100110110011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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