#341C2A

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

Shades of Blackberry #341C2A

Tints of Blackberry #341C2A

Color information

#341C2A (or 0x341C2A) is unknown color: approx Blackberry. HEX triplet: 34, 1C and 2A. RGB value is (52,28,42). Sum of RGB (Red+Green+Blue) = 52+28+42=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2A is #CBE3D5. Grayscale: #242424. Windows color (decimal): -13362134 or 2759732. OLE color: 2759732.

HSL color Cylindrical-coordinate representation of color #341C2A: hue angle of 325º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C2A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB522842-
CMYK00.460.190.80
HSL325º30%15.69%-
HSV(B)325º46.15%20.39%-
XYZ2.251.732.41-
YUV36.77130.95138.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=42.62%
G=22.95%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52284200.460.190.803253015.69
Hex341C2A02E13501451e10
Octal643452056231205053620
Binary1101001110010101001011101001110100001010001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341C2A; }

 p { color: rgb(52,28,42); }

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

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

 a { background-color: rgb(52,28,42); }

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

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

 span { border-color: rgb(52,28,42); }

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