#3A182B

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

Shades of Blackberry #3A182B

Tints of Blackberry #3A182B

Color information

#3A182B (or 0x3A182B) is unknown color: approx Blackberry. HEX triplet: 3A, 18 and 2B. RGB value is (58,24,43). Sum of RGB (Red+Green+Blue) = 58+24+43=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A182B is #C5E7D4. Grayscale: #242424. Windows color (decimal): -12969941 or 2824250. OLE color: 2824250.

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

Color convert

RGB582443-
CMYK00.590.260.77
HSL326.47º41.46%16.08%-
HSV(B)326.47º58.62%22.75%-
XYZ2.511.732.49-
YUV36.33131.76143.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=46.4%
G=19.2%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58244300.590.260.77326.4741.4616.08
Hex3A182B03B1A4D1462910
Octal723053073321155065120
Binary11101011000101011011101111010100110110100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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