#340F27

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

Shades of Blackberry #340F27

Tints of Blackberry #340F27

Color information

#340F27 (or 0x340F27) is unknown color: approx Blackberry. HEX triplet: 34, 0F and 27. RGB value is (52,15,39). Sum of RGB (Red+Green+Blue) = 52+15+39=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #340F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F27 is #CBF0D8. Grayscale: #1C1C1C. Windows color (decimal): -13365465 or 2559796. OLE color: 2559796.

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

Color convert

RGB521539-
CMYK00.710.250.80
HSL321.08º55.22%13.14%-
HSV(B)321.08º71.15%20.39%-
XYZ1.951.222.05-
YUV28.8133.76144.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=49.06%
G=14.15%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52153900.710.250.80321.0855.2213.14
Hex34F27047195014137d
Octal6417470107311205016715
Binary1101001111100111010001111100110100001010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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