#340525

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

Shades of Blackberry #340525

Tints of Blackberry #340525

Color information

#340525 (or 0x340525) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 25. RGB value is (52,5,37). Sum of RGB (Red+Green+Blue) = 52+5+37=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340525 is #CBFADA. Grayscale: #161616. Windows color (decimal): -13368027 or 2426164. OLE color: 2426164.

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

Color convert

RGB52537-
CMYK00.900.290.80
HSL319.15º82.46%11.18%-
HSV(B)319.15º90.38%20.39%-
XYZ1.80.971.84-
YUV22.7136.07148.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=55.32%
G=5.32%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5253700.900.290.80319.1582.4611.18
Hex3452505A1D5013f52b
Octal6454501323512047712213
Binary1101001011001010101101011101101000010011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340525; }

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

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

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

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

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

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

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

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