#341727

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

Shades of Blackberry #341727

Tints of Blackberry #341727

Color information

#341727 (or 0x341727) is unknown color: approx Blackberry. HEX triplet: 34, 17 and 27. RGB value is (52,23,39). Sum of RGB (Red+Green+Blue) = 52+23+39=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341727 is #CBE8D8. Grayscale: #212121. Windows color (decimal): -13363417 or 2561844. OLE color: 2561844.

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

Color convert

RGB522339-
CMYK00.560.250.80
HSL326.9º38.67%14.71%-
HSV(B)326.9º55.77%20.39%-
XYZ2.091.492.1-
YUV33.49131.11141.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.61%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=45.61%
G=20.18%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52233900.560.250.80326.938.6714.71
Hex341727038195014727f
Octal642747070311205074717
Binary1101001011110011101110001100110100001010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341727; }

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

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

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

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

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

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

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

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