#341125

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

Shades of Blackberry #341125

Tints of Blackberry #341125

Color information

#341125 (or 0x341125) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 25. RGB value is (52,17,37). Sum of RGB (Red+Green+Blue) = 52+17+37=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341125 is #CBEEDA. Grayscale: #1D1D1D. Windows color (decimal): -13364955 or 2429236. OLE color: 2429236.

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

Color convert

RGB521737-
CMYK00.670.290.80
HSL325.71º50.72%13.53%-
HSV(B)325.71º67.31%20.39%-
XYZ1.951.261.89-
YUV29.74132.1143.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=49.06%
G=16.04%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173700.670.290.80325.7150.7213.53
Hex3411250431D5014633e
Octal6421450103351205066316
Binary11010010001100101010000111110110100001010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341125; }

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

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

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

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

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

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

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

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