#3A182D

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

Shades of Blackberry #3A182D

Tints of Blackberry #3A182D

Color information

#3A182D (or 0x3A182D) is unknown color: approx Blackberry. HEX triplet: 3A, 18 and 2D. RGB value is (58,24,45). Sum of RGB (Red+Green+Blue) = 58+24+45=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A182D is #C5E7D2. Grayscale: #242424. Windows color (decimal): -12969939 or 2955322. OLE color: 2955322.

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

Color convert

RGB582445-
CMYK00.590.220.77
HSL322.94º41.46%16.08%-
HSV(B)322.94º58.62%22.75%-
XYZ2.551.742.68-
YUV36.56132.76143.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=45.67%
G=18.90%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58244500.590.220.77322.9441.4616.08
Hex3A182D03B164D1432910
Octal723055073261155035120
Binary11101011000101101011101110110100110110100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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