#3A142E

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

Shades of Blackberry #3A142E

Tints of Blackberry #3A142E

Color information

#3A142E (or 0x3A142E) is unknown color: approx Blackberry. HEX triplet: 3A, 14 and 2E. RGB value is (58,20,46). Sum of RGB (Red+Green+Blue) = 58+20+46=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A142E is #C5EBD1. Grayscale: #222222. Windows color (decimal): -12970962 or 3019834. OLE color: 3019834.

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

Color convert

RGB582046-
CMYK00.660.210.77
HSL318.95º48.72%15.29%-
HSV(B)318.95º65.52%22.75%-
XYZ2.491.62.76-
YUV34.33134.59144.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=46.77%
G=16.13%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58204600.660.210.77318.9548.7215.29
Hex3A142E042154D13f31f
Octal7224560102251154776117
Binary11101010100101110010000101010110011011001111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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