#341626

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

Shades of Blackberry #341626

Tints of Blackberry #341626

Color information

#341626 (or 0x341626) is unknown color: approx Blackberry. HEX triplet: 34, 16 and 26. RGB value is (52,22,38). Sum of RGB (Red+Green+Blue) = 52+22+38=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #341626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341626 is #CBE9D9. Grayscale: #202020. Windows color (decimal): -13363674 or 2496052. OLE color: 2496052.

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

Color convert

RGB522238-
CMYK00.580.270.80
HSL328º40.54%14.51%-
HSV(B)328º57.69%20.39%-
XYZ2.051.442-
YUV32.79130.94141.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=46.43%
G=19.64%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52223800.580.270.8032840.5414.51
Hex34162603A1B5014829f
Octal642646072331205105117
Binary1101001011010011001110101101110100001010010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341626; }

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

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

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

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

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

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

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

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