#3A1523

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

Shades of Blackberry #3A1523

Tints of Blackberry #3A1523

Color information

#3A1523 (or 0x3A1523) is unknown color: approx Blackberry. HEX triplet: 3A, 15 and 23. RGB value is (58,21,35). Sum of RGB (Red+Green+Blue) = 58+21+35=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1523 is #C5EADC. Grayscale: #212121. Windows color (decimal): -12970717 or 2299194. OLE color: 2299194.

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

Color convert

RGB582135-
CMYK00.640.400.77
HSL337.3º46.84%15.49%-
HSV(B)337.3º63.79%22.75%-
XYZ2.321.561.77-
YUV33.66128.76145.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=50.88%
G=18.42%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58213500.640.400.77337.346.8415.49
Hex3A1523040284D1512ff
Octal7225430100501155215717
Binary111010101011000110100000010100010011011010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,35); }

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

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

 a { background-color: rgb(58,21,35); }

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

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

 span { border-color: rgb(58,21,35); }

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