#340D27

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

Shades of Blackberry #340D27

Tints of Blackberry #340D27

Color information

#340D27 (or 0x340D27) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 27. RGB value is (52,13,39). Sum of RGB (Red+Green+Blue) = 52+13+39=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #340D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D27 is #CBF2D8. Grayscale: #1B1B1B. Windows color (decimal): -13365977 or 2559284. OLE color: 2559284.

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

Color convert

RGB521339-
CMYK00.750.250.80
HSL320º60%12.75%-
HSV(B)320º75%20.39%-
XYZ1.931.162.04-
YUV27.62134.42145.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52133900.750.250.803206012.75
Hex34D2704B19501403cd
Octal6415470113311205007415
Binary1101001101100111010010111100110100001010000001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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