#341325

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

Shades of Blackberry #341325

Tints of Blackberry #341325

Color information

#341325 (or 0x341325) is unknown color: approx Blackberry. HEX triplet: 34, 13 and 25. RGB value is (52,19,37). Sum of RGB (Red+Green+Blue) = 52+19+37=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341325 is #CBECDA. Grayscale: #1E1E1E. Windows color (decimal): -13364443 or 2429748. OLE color: 2429748.

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

Color convert

RGB521937-
CMYK00.630.290.80
HSL327.27º46.48%13.92%-
HSV(B)327.27º63.46%20.39%-
XYZ1.981.331.9-
YUV30.92131.43143.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=48.15%
G=17.59%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52193700.630.290.80327.2746.4813.92
Hex34132503F1D501472ee
Octal642345077351205075616
Binary1101001001110010101111111110110100001010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341325; }

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

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

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

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

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

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

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

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