#3A1D2E

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

Shades of Blackberry #3A1D2E

Tints of Blackberry #3A1D2E

Color information

#3A1D2E (or 0x3A1D2E) is unknown color: approx Blackberry. HEX triplet: 3A, 1D and 2E. RGB value is (58,29,46). Sum of RGB (Red+Green+Blue) = 58+29+46=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D2E is #C5E2D1. Grayscale: #272727. Windows color (decimal): -12968658 or 3022138. OLE color: 3022138.

HSL color Cylindrical-coordinate representation of color #3A1D2E: hue angle of 324.83º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A1D2E is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB582946-
CMYK00.50.210.77
HSL324.83º33.33%17.06%-
HSV(B)324.83º50%22.75%-
XYZ2.681.982.82-
YUV39.61131.61141.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=43.61%
G=21.80%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58294600.50.210.77324.8333.3317.06
Hex3A1D2E032154D1452111
Octal723556062251155054121
Binary11101011101101110011001010101100110110100010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,46); }

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

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

 a { background-color: rgb(58,29,46); }

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

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

 span { border-color: rgb(58,29,46); }

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