#3A1127

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

Shades of Blackberry #3A1127

Tints of Blackberry #3A1127

Color information

#3A1127 (or 0x3A1127) is unknown color: approx Blackberry. HEX triplet: 3A, 11 and 27. RGB value is (58,17,39). Sum of RGB (Red+Green+Blue) = 58+17+39=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1127 is #C5EED8. Grayscale: #1F1F1F. Windows color (decimal): -12971737 or 2560314. OLE color: 2560314.

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

Color convert

RGB581739-
CMYK00.710.330.77
HSL327.8º54.67%14.71%-
HSV(B)327.8º70.69%22.75%-
XYZ2.311.452.08-
YUV31.77132.08146.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=50.88%
G=14.91%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58173900.710.330.77327.854.6714.71
Hex3A1127047214D14837f
Octal7221470107411155106717
Binary111010100011001110100011110000110011011010010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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