#3A002D

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

Shades of Blackberry #3A002D

Tints of Blackberry #3A002D

Color information

#3A002D (or 0x3A002D) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 2D. RGB value is (58,0,45). Sum of RGB (Red+Green+Blue) = 58+0+45=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A002D is #C5FFD2. Grayscale: #161616. Windows color (decimal): -12976083 or 2949178. OLE color: 2949178.

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

Color convert

RGB58045-
CMYK010.220.77
HSL313.45º100%11.37%-
HSV(B)313.45º100%22.75%-
XYZ2.221.092.58-
YUV22.47140.72153.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 56.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=56.31%
G=0%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58045010.220.77313.4510011.37
Hex3A02D064164D13964b
Octal7205501442611547114413
Binary11101001011010110010010110100110110011100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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