#3A172B

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

Shades of Blackberry #3A172B

Tints of Blackberry #3A172B

Color information

#3A172B (or 0x3A172B) is unknown color: approx Blackberry. HEX triplet: 3A, 17 and 2B. RGB value is (58,23,43). Sum of RGB (Red+Green+Blue) = 58+23+43=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A172B is #C5E8D4. Grayscale: #232323. Windows color (decimal): -12970197 or 2823994. OLE color: 2823994.

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

Color convert

RGB582343-
CMYK00.600.260.77
HSL325.71º43.21%15.88%-
HSV(B)325.71º60.34%22.75%-
XYZ2.491.692.48-
YUV35.74132.1143.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=46.77%
G=18.55%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58234300.600.260.77325.7143.2115.88
Hex3A172B03C1A4D1462b10
Octal722753074321155065320
Binary11101010111101011011110011010100110110100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,43); }

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

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

 a { background-color: rgb(58,23,43); }

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

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

 span { border-color: rgb(58,23,43); }

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