#341526

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

Shades of Blackberry #341526

Tints of Blackberry #341526

Color information

#341526 (or 0x341526) is unknown color: approx Blackberry. HEX triplet: 34, 15 and 26. RGB value is (52,21,38). Sum of RGB (Red+Green+Blue) = 52+21+38=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341526 is #CBEAD9. Grayscale: #202020. Windows color (decimal): -13363930 or 2495796. OLE color: 2495796.

HSL color Cylindrical-coordinate representation of color #341526: hue angle of 327.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341526 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB522138-
CMYK00.600.270.80
HSL327.1º42.47%14.31%-
HSV(B)327.1º59.62%20.39%-
XYZ2.031.412-
YUV32.21131.27142.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=46.85%
G=18.92%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52213800.600.270.80327.142.4714.31
Hex34152603C1B501472ae
Octal642546074331205075216
Binary1101001010110011001111001101110100001010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341526; }

 p { color: rgb(52,21,38); }

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

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

 a { background-color: rgb(52,21,38); }

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

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

 span { border-color: rgb(52,21,38); }

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