#3A011B

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

Shades of Blackberry #3A011B

Tints of Blackberry #3A011B

Color information

#3A011B (or 0x3A011B) is unknown color: approx Blackberry. HEX triplet: 3A, 01 and 1B. RGB value is (58,1,27). Sum of RGB (Red+Green+Blue) = 58+1+27=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A011B is #C5FEE4. Grayscale: #141414. Windows color (decimal): -12975845 or 1769786. OLE color: 1769786.

HSL color Cylindrical-coordinate representation of color #3A011B: hue angle of 332.63º 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 #3A011B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB58127-
CMYK00.980.530.77
HSL332.63º96.61%11.57%-
HSV(B)332.63º98.28%22.75%-
XYZ1.9511.13-
YUV21.01131.38154.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 67.44%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=67.44%
G=1.16%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5812700.980.530.77332.6396.6111.57
Hex3A11B062354D14d61c
Octal7213301426511551514114
Binary11101011101101100010110101100110110100110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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