#3A1A30

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

Shades of Blackberry #3A1A30

Tints of Blackberry #3A1A30

Color information

#3A1A30 (or 0x3A1A30) is unknown color: approx Blackberry. HEX triplet: 3A, 1A and 30. RGB value is (58,26,48). Sum of RGB (Red+Green+Blue) = 58+26+48=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A30 is #C5E5CF. Grayscale: #262626. Windows color (decimal): -12969424 or 3152442. OLE color: 3152442.

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

Color convert

RGB582648-
CMYK00.550.170.77
HSL318.75º38.1%16.47%-
HSV(B)318.75º55.17%22.75%-
XYZ2.651.853.01-
YUV38.08133.6142.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=43.94%
G=19.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58264800.550.170.77318.7538.116.47
Hex3A1A30037114D13f2610
Octal723260067211154774620
Binary11101011010110000011011110001100110110011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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