#340325

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

Shades of Blackberry #340325

Tints of Blackberry #340325

Color information

#340325 (or 0x340325) is unknown color: approx Blackberry. HEX triplet: 34, 03 and 25. RGB value is (52,3,37). Sum of RGB (Red+Green+Blue) = 52+3+37=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340325 is #CBFCDA. Grayscale: #151515. Windows color (decimal): -13368539 or 2425652. OLE color: 2425652.

HSL color Cylindrical-coordinate representation of color #340325: hue angle of 318.37º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340325 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB52337-
CMYK00.940.290.80
HSL318.37º89.09%10.78%-
HSV(B)318.37º94.23%20.39%-
XYZ1.780.931.84-
YUV21.53136.73149.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=56.52%
G=3.26%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5233700.940.290.80318.3789.0910.78
Hex3432505E1D5013e59b
Octal6434501363512047613113
Binary110100111001010101111011101101000010011111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340325; }

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

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

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

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

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

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

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

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