#340527

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

Shades of Blackberry #340527

Tints of Blackberry #340527

Color information

#340527 (or 0x340527) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 27. RGB value is (52,5,39). Sum of RGB (Red+Green+Blue) = 52+5+39=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340527 is #CBFAD8. Grayscale: #161616. Windows color (decimal): -13368025 or 2557236. OLE color: 2557236.

HSL color Cylindrical-coordinate representation of color #340527: hue angle of 316.6º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340527 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB52539-
CMYK00.900.250.80
HSL316.6º82.46%11.18%-
HSV(B)316.6º90.38%20.39%-
XYZ1.840.992.01-
YUV22.93137.07148.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=54.17%
G=5.21%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5253900.900.250.80316.682.4611.18
Hex3452705A195013d52b
Octal6454701323112047512213
Binary1101001011001110101101011001101000010011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340527; }

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

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

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

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

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

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

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

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