#3A0021

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

Shades of Blackberry #3A0021

Tints of Blackberry #3A0021

Color information

#3A0021 (or 0x3A0021) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 21. RGB value is (58,0,33). Sum of RGB (Red+Green+Blue) = 58+0+33=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0021 is #C5FFDE. Grayscale: #151515. Windows color (decimal): -12976095 or 2162746. OLE color: 2162746.

HSL color Cylindrical-coordinate representation of color #3A0021: hue angle of 325.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0021 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB58033-
CMYK010.430.77
HSL325.86º100%11.37%-
HSV(B)325.86º100%22.75%-
XYZ2.021.011.53-
YUV21.1134.72154.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=63.74%
G=0%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58033010.430.77325.8610011.37
Hex3A0210642B4D14664b
Octal7204101445311550614413
Binary111010010000101100100101011100110110100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,33); }

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

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

 a { background-color: rgb(58,0,33); }

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

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

 span { border-color: rgb(58,0,33); }

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