#340827

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

Shades of Blackberry #340827

Tints of Blackberry #340827

Color information

#340827 (or 0x340827) is unknown color: approx Blackberry. HEX triplet: 34, 08 and 27. RGB value is (52,8,39). Sum of RGB (Red+Green+Blue) = 52+8+39=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340827 is #CBF7D8. Grayscale: #181818. Windows color (decimal): -13367257 or 2558004. OLE color: 2558004.

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

Color convert

RGB52839-
CMYK00.850.250.80
HSL317.73º73.33%11.76%-
HSV(B)317.73º84.62%20.39%-
XYZ1.871.052.02-
YUV24.69136.08147.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=52.53%
G=8.08%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5283900.850.250.80317.7373.3311.76
Hex34827055195013e49c
Octal64104701253112047611114
Binary11010010001001110101010111001101000010011111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340827; }

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

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

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

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

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

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

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

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