#3A1728

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

Shades of Blackberry #3A1728

Tints of Blackberry #3A1728

Color information

#3A1728 (or 0x3A1728) is unknown color: approx Blackberry. HEX triplet: 3A, 17 and 28. RGB value is (58,23,40). Sum of RGB (Red+Green+Blue) = 58+23+40=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1728 is #C5E8D7. Grayscale: #232323. Windows color (decimal): -12970200 or 2627386. OLE color: 2627386.

HSL color Cylindrical-coordinate representation of color #3A1728: hue angle of 330.86º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1728 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB582340-
CMYK00.600.310.77
HSL330.86º43.21%15.88%-
HSV(B)330.86º60.34%22.75%-
XYZ2.431.672.2-
YUV35.4130.6144.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.93%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=47.93%
G=19.01%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58234000.600.310.77330.8643.2115.88
Hex3A172803C1F4D14b2b10
Octal722750074371155135320
Binary11101010111101000011110011111100110110100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,40); }

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

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

 a { background-color: rgb(58,23,40); }

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

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

 span { border-color: rgb(58,23,40); }

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