#3A142F

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

Shades of Blackberry #3A142F

Tints of Blackberry #3A142F

Color information

#3A142F (or 0x3A142F) is unknown color: approx Blackberry. HEX triplet: 3A, 14 and 2F. RGB value is (58,20,47). Sum of RGB (Red+Green+Blue) = 58+20+47=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A142F is #C5EBD0. Grayscale: #222222. Windows color (decimal): -12970961 or 3085370. OLE color: 3085370.

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

Color convert

RGB582047-
CMYK00.660.190.77
HSL317.37º48.72%15.29%-
HSV(B)317.37º65.52%22.75%-
XYZ2.511.612.87-
YUV34.44135.09144.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=46.4%
G=16%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58204700.660.190.77317.3748.7215.29
Hex3A142F042134D13d31f
Octal7224570102231154756117
Binary11101010100101111010000101001110011011001111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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