#341326

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

Shades of Blackberry #341326

Tints of Blackberry #341326

Color information

#341326 (or 0x341326) is unknown color: approx Blackberry. HEX triplet: 34, 13 and 26. RGB value is (52,19,38). Sum of RGB (Red+Green+Blue) = 52+19+38=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #341326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341326 is #CBECD9. Grayscale: #1E1E1E. Windows color (decimal): -13364442 or 2495284. OLE color: 2495284.

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

Color convert

RGB521938-
CMYK00.630.270.80
HSL325.45º46.48%13.92%-
HSV(B)325.45º63.46%20.39%-
XYZ21.341.99-
YUV31.03131.93142.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=47.71%
G=17.43%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52193800.630.270.80325.4546.4813.92
Hex34132603F1B501452ee
Octal642346077331205055616
Binary1101001001110011001111111101110100001010001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341326; }

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

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

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

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

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

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

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

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