#3A1430

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

Shades of Blackberry #3A1430

Tints of Blackberry #3A1430

Color information

#3A1430 (or 0x3A1430) is unknown color: approx Blackberry. HEX triplet: 3A, 14 and 30. RGB value is (58,20,48). Sum of RGB (Red+Green+Blue) = 58+20+48=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1430 is #C5EBCF. Grayscale: #222222. Windows color (decimal): -12970960 or 3150906. OLE color: 3150906.

HSL color Cylindrical-coordinate representation of color #3A1430: hue angle of 315.79º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1430 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB582048-
CMYK00.660.170.77
HSL315.79º48.72%15.29%-
HSV(B)315.79º65.52%22.75%-
XYZ2.531.612.97-
YUV34.55135.59144.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=46.03%
G=15.87%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58204800.660.170.77315.7948.7215.29
Hex3A1430042114D13c31f
Octal7224600102211154746117
Binary11101010100110000010000101000110011011001111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,48); }

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

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

 a { background-color: rgb(58,20,48); }

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

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

 span { border-color: rgb(58,20,48); }

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