#3A022E

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

Shades of Blackberry #3A022E

Tints of Blackberry #3A022E

Color information

#3A022E (or 0x3A022E) is unknown color: approx Blackberry. HEX triplet: 3A, 02 and 2E. RGB value is (58,2,46). Sum of RGB (Red+Green+Blue) = 58+2+46=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A022E is #C5FDD1. Grayscale: #171717. Windows color (decimal): -12975570 or 3015226. OLE color: 3015226.

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

Color convert

RGB58246-
CMYK00.970.210.77
HSL312.86º93.33%11.76%-
HSV(B)312.86º96.55%22.75%-
XYZ2.261.142.69-
YUV23.76140.55152.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=54.72%
G=1.89%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5824600.970.210.77312.8693.3311.76
Hex3A22E061154D1395dc
Octal7225601412511547113514
Binary111010101011100110000110101100110110011100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,46); }

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

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

 a { background-color: rgb(58,2,46); }

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

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

 span { border-color: rgb(58,2,46); }

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