#341928

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

Shades of Blackberry #341928

Tints of Blackberry #341928

Color information

#341928 (or 0x341928) is unknown color: approx Blackberry. HEX triplet: 34, 19 and 28. RGB value is (52,25,40). Sum of RGB (Red+Green+Blue) = 52+25+40=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341928 is #CBE6D7. Grayscale: #222222. Windows color (decimal): -13362904 or 2627892. OLE color: 2627892.

HSL color Cylindrical-coordinate representation of color #341928: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341928 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB522540-
CMYK00.520.230.80
HSL326.67º35.06%15.1%-
HSV(B)326.67º51.92%20.39%-
XYZ2.151.582.2-
YUV34.78130.95140.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=44.44%
G=21.37%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52254000.520.230.80326.6735.0615.1
Hex341928034175014723f
Octal643150064271205074317
Binary1101001100110100001101001011110100001010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341928; }

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

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

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

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

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

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

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

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