#341527

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

Shades of Blackberry #341527

Tints of Blackberry #341527

Color information

#341527 (or 0x341527) is unknown color: approx Blackberry. HEX triplet: 34, 15 and 27. RGB value is (52,21,39). Sum of RGB (Red+Green+Blue) = 52+21+39=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341527 is #CBEAD8. Grayscale: #202020. Windows color (decimal): -13363929 or 2561332. OLE color: 2561332.

HSL color Cylindrical-coordinate representation of color #341527: hue angle of 325.16º 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 #341527 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB522139-
CMYK00.600.250.80
HSL325.16º42.47%14.31%-
HSV(B)325.16º59.62%20.39%-
XYZ2.051.412.08-
YUV32.32131.77142.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=46.43%
G=18.75%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52213900.600.250.80325.1642.4714.31
Hex34152703C19501452ae
Octal642547074311205055216
Binary1101001010110011101111001100110100001010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341527; }

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

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

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

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

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

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

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

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