#3A032D

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

Shades of Blackberry #3A032D

Tints of Blackberry #3A032D

Color information

#3A032D (or 0x3A032D) is unknown color: approx Blackberry. HEX triplet: 3A, 03 and 2D. RGB value is (58,3,45). Sum of RGB (Red+Green+Blue) = 58+3+45=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A032D is #C5FCD2. Grayscale: #181818. Windows color (decimal): -12975315 or 2949946. OLE color: 2949946.

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

Color convert

RGB58345-
CMYK00.950.220.77
HSL314.18º90.16%11.96%-
HSV(B)314.18º94.83%22.75%-
XYZ2.251.152.59-
YUV24.23139.72152.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=54.72%
G=2.83%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5834500.950.220.77314.1890.1611.96
Hex3A32D05F164D13a5ac
Octal7235501372611547213214
Binary111010111011010101111110110100110110011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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