#341129

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

Shades of Blackberry #341129

Tints of Blackberry #341129

Color information

#341129 (or 0x341129) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 29. RGB value is (52,17,41). Sum of RGB (Red+Green+Blue) = 52+17+41=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341129 is #CBEED6. Grayscale: #1E1E1E. Windows color (decimal): -13364951 or 2691380. OLE color: 2691380.

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

Color convert

RGB521741-
CMYK00.670.210.80
HSL318.86º50.72%13.53%-
HSV(B)318.86º67.31%20.39%-
XYZ2.021.292.24-
YUV30.2134.1143.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 41 (16.41% from 255) = 37.27%
R=47.27%
G=15.45%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52174100.670.210.80318.8650.7213.53
Hex341129043155013f33e
Octal6421510103251204776316
Binary11010010001101001010000111010110100001001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341129; }

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

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

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

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

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

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

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

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