#341025

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

Shades of Blackberry #341025

Tints of Blackberry #341025

Color information

#341025 (or 0x341025) is unknown color: approx Blackberry. HEX triplet: 34, 10 and 25. RGB value is (52,16,37). Sum of RGB (Red+Green+Blue) = 52+16+37=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341025 is #CBEFDA. Grayscale: #1D1D1D. Windows color (decimal): -13365211 or 2428980. OLE color: 2428980.

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

Color convert

RGB521637-
CMYK00.690.290.80
HSL325º52.94%13.33%-
HSV(B)325º69.23%20.39%-
XYZ1.941.231.89-
YUV29.16132.43144.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=49.52%
G=15.24%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52163700.690.290.8032552.9413.33
Hex3410250451D5014535d
Octal6420450105351205056515
Binary11010010000100101010001011110110100001010001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341025; }

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

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

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

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

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

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

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

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