#340728

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

Shades of Blackberry #340728

Tints of Blackberry #340728

Color information

#340728 (or 0x340728) is unknown color: approx Blackberry. HEX triplet: 34, 07 and 28. RGB value is (52,7,40). Sum of RGB (Red+Green+Blue) = 52+7+40=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340728 is #CBF8D7. Grayscale: #181818. Windows color (decimal): -13367512 or 2623284. OLE color: 2623284.

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

Color convert

RGB52740-
CMYK00.870.230.80
HSL316º76.27%11.57%-
HSV(B)316º86.54%20.39%-
XYZ1.881.042.11-
YUV24.22136.91147.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=52.53%
G=7.07%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5274000.870.230.8031676.2711.57
Hex34728057175013c4cc
Octal6475001272712047411414
Binary1101001111010000101011110111101000010011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340728; }

 p { color: rgb(52,7,40); }

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

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

 a { background-color: rgb(52,7,40); }

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

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

 span { border-color: rgb(52,7,40); }

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