#3A0121

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

Shades of Blackberry #3A0121

Tints of Blackberry #3A0121

Color information

#3A0121 (or 0x3A0121) is unknown color: approx Blackberry. HEX triplet: 3A, 01 and 21. RGB value is (58,1,33). Sum of RGB (Red+Green+Blue) = 58+1+33=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0121 is #C5FEDE. Grayscale: #151515. Windows color (decimal): -12975839 or 2163002. OLE color: 2163002.

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

Color convert

RGB58133-
CMYK00.980.430.77
HSL326.32º96.61%11.57%-
HSV(B)326.32º98.28%22.75%-
XYZ2.031.031.53-
YUV21.69134.38153.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 63.04%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=63.04%
G=1.09%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5813300.980.430.77326.3296.6111.57
Hex3A1210622B4D14661c
Octal7214101425311550614114
Binary111010110000101100010101011100110110100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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