#3A012B

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

Shades of Blackberry #3A012B

Tints of Blackberry #3A012B

Color information

#3A012B (or 0x3A012B) is unknown color: approx Blackberry. HEX triplet: 3A, 01 and 2B. RGB value is (58,1,43). Sum of RGB (Red+Green+Blue) = 58+1+43=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A012B is #C5FED4. Grayscale: #161616. Windows color (decimal): -12975829 or 2818362. OLE color: 2818362.

HSL color Cylindrical-coordinate representation of color #3A012B: hue angle of 315.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A012B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB58143-
CMYK00.980.260.77
HSL315.79º96.61%11.57%-
HSV(B)315.79º98.28%22.75%-
XYZ2.191.12.38-
YUV22.83139.38153.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.86%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=56.86%
G=0.98%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5814300.980.260.77315.7996.6111.57
Hex3A12B0621A4D13c61c
Octal7215301423211547414114
Binary11101011010110110001011010100110110011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,43); }

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

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

 a { background-color: rgb(58,1,43); }

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

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

 span { border-color: rgb(58,1,43); }

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