#341523

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

Shades of Blackberry #341523

Tints of Blackberry #341523

Color information

#341523 (or 0x341523) is unknown color: approx Blackberry. HEX triplet: 34, 15 and 23. RGB value is (52,21,35). Sum of RGB (Red+Green+Blue) = 52+21+35=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341523 is #CBEADC. Grayscale: #1F1F1F. Windows color (decimal): -13363933 or 2299188. OLE color: 2299188.

HSL color Cylindrical-coordinate representation of color #341523: hue angle of 332.9º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341523 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB522135-
CMYK00.600.330.80
HSL332.9º42.47%14.31%-
HSV(B)332.9º59.62%20.39%-
XYZ1.991.391.75-
YUV31.86129.77142.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=48.15%
G=19.44%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52213500.600.330.80332.942.4714.31
Hex34152303C215014d2ae
Octal642543074411205155216
Binary11010010101100011011110010000110100001010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341523; }

 p { color: rgb(52,21,35); }

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

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

 a { background-color: rgb(52,21,35); }

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

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

 span { border-color: rgb(52,21,35); }

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