#340D28

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

Shades of Blackberry #340D28

Tints of Blackberry #340D28

Color information

#340D28 (or 0x340D28) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 28. RGB value is (52,13,40). Sum of RGB (Red+Green+Blue) = 52+13+40=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D28 is #CBF2D7. Grayscale: #1B1B1B. Windows color (decimal): -13365976 or 2624820. OLE color: 2624820.

HSL color Cylindrical-coordinate representation of color #340D28: hue angle of 318.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D28 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB521340-
CMYK00.750.230.80
HSL318.46º60%12.75%-
HSV(B)318.46º75%20.39%-
XYZ1.941.172.13-
YUV27.74134.92145.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=49.52%
G=12.38%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52134000.750.230.80318.466012.75
Hex34D2804B175013e3cd
Octal6415500113271204767415
Binary1101001101101000010010111011110100001001111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340D28; }

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

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

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

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

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

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

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

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