#341927

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

Shades of Blackberry #341927

Tints of Blackberry #341927

Color information

#341927 (or 0x341927) is unknown color: approx Blackberry. HEX triplet: 34, 19 and 27. RGB value is (52,25,39). Sum of RGB (Red+Green+Blue) = 52+25+39=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341927 is #CBE6D8. Grayscale: #222222. Windows color (decimal): -13362905 or 2562356. OLE color: 2562356.

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

Color convert

RGB522539-
CMYK00.520.250.80
HSL328.89º35.06%15.1%-
HSV(B)328.89º51.92%20.39%-
XYZ2.131.572.11-
YUV34.67130.45140.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=44.83%
G=21.55%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52253900.520.250.80328.8935.0615.1
Hex341927034195014923f
Octal643147064311205114317
Binary1101001100110011101101001100110100001010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341927; }

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

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

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

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

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

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

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

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