#3A0027

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

Shades of Blackberry #3A0027

Tints of Blackberry #3A0027

Color information

#3A0027 (or 0x3A0027) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 27. RGB value is (58,0,39). Sum of RGB (Red+Green+Blue) = 58+0+39=97 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.79% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0027 is #C5FFD8. Grayscale: #151515. Windows color (decimal): -12976089 or 2555962. OLE color: 2555962.

HSL color Cylindrical-coordinate representation of color #3A0027: hue angle of 319.66º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0027 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB58039-
CMYK010.330.77
HSL319.66º100%11.37%-
HSV(B)319.66º100%22.75%-
XYZ2.111.052.01-
YUV21.79137.72153.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=59.79%
G=0%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58039010.330.77319.6610011.37
Hex3A027064214D14064b
Octal7204701444111550014413
Binary111010010011101100100100001100110110100000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,39); }

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

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

 a { background-color: rgb(58,0,39); }

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

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

 span { border-color: rgb(58,0,39); }

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