#341328

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

Shades of Blackberry #341328

Tints of Blackberry #341328

Color information

#341328 (or 0x341328) is unknown color: approx Blackberry. HEX triplet: 34, 13 and 28. RGB value is (52,19,40). Sum of RGB (Red+Green+Blue) = 52+19+40=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341328 is #CBECD7. Grayscale: #1F1F1F. Windows color (decimal): -13364440 or 2626356. OLE color: 2626356.

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

Color convert

RGB521940-
CMYK00.630.230.80
HSL321.82º46.48%13.92%-
HSV(B)321.82º63.46%20.39%-
XYZ2.031.352.16-
YUV31.26132.93142.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=46.85%
G=17.12%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52194000.630.230.80321.8246.4813.92
Hex34132803F17501422ee
Octal642350077271205025616
Binary1101001001110100001111111011110100001010000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341328; }

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

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

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

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

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

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

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

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