#341628

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

Shades of Blackberry #341628

Tints of Blackberry #341628

Color information

#341628 (or 0x341628) is unknown color: approx Blackberry. HEX triplet: 34, 16 and 28. RGB value is (52,22,40). Sum of RGB (Red+Green+Blue) = 52+22+40=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341628 is #CBE9D7. Grayscale: #202020. Windows color (decimal): -13363672 or 2627124. OLE color: 2627124.

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

Color convert

RGB522240-
CMYK00.580.230.80
HSL324º40.54%14.51%-
HSV(B)324º57.69%20.39%-
XYZ2.091.462.18-
YUV33.02131.94141.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=45.61%
G=19.30%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52224000.580.230.8032440.5414.51
Hex34162803A175014429f
Octal642650072271205045117
Binary1101001011010100001110101011110100001010001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341628; }

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

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

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

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

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

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

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

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