#3A031B

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

Shades of Blackberry #3A031B

Tints of Blackberry #3A031B

Color information

#3A031B (or 0x3A031B) is unknown color: approx Blackberry. HEX triplet: 3A, 03 and 1B. RGB value is (58,3,27). Sum of RGB (Red+Green+Blue) = 58+3+27=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A031B is #C5FCE4. Grayscale: #161616. Windows color (decimal): -12975333 or 1770298. OLE color: 1770298.

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

Color convert

RGB58327-
CMYK00.950.530.77
HSL333.82º90.16%11.96%-
HSV(B)333.82º94.83%22.75%-
XYZ1.981.041.13-
YUV22.18130.72153.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=65.91%
G=3.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5832700.950.530.77333.8290.1611.96
Hex3A31B05F354D14e5ac
Octal7233301376511551613214
Binary111010111101101011111110101100110110100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,27); }

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

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

 a { background-color: rgb(58,3,27); }

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

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

 span { border-color: rgb(58,3,27); }

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