#3A172D

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

Shades of Blackberry #3A172D

Tints of Blackberry #3A172D

Color information

#3A172D (or 0x3A172D) is unknown color: approx Blackberry. HEX triplet: 3A, 17 and 2D. RGB value is (58,23,45). Sum of RGB (Red+Green+Blue) = 58+23+45=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A172D is #C5E8D2. Grayscale: #232323. Windows color (decimal): -12970195 or 2955066. OLE color: 2955066.

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

Color convert

RGB582345-
CMYK00.600.220.77
HSL322.29º43.21%15.88%-
HSV(B)322.29º60.34%22.75%-
XYZ2.521.72.68-
YUV35.97133.1143.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.03%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=46.03%
G=18.25%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58234500.600.220.77322.2943.2115.88
Hex3A172D03C164D1422b10
Octal722755074261155025320
Binary11101010111101101011110010110100110110100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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