#340B27

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

Shades of Blackberry #340B27

Tints of Blackberry #340B27

Color information

#340B27 (or 0x340B27) is unknown color: approx Blackberry. HEX triplet: 34, 0B and 27. RGB value is (52,11,39). Sum of RGB (Red+Green+Blue) = 52+11+39=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #340B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B27 is #CBF4D8. Grayscale: #1A1A1A. Windows color (decimal): -13366489 or 2558772. OLE color: 2558772.

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

Color convert

RGB521139-
CMYK00.790.250.80
HSL319.02º65.08%12.35%-
HSV(B)319.02º78.85%20.39%-
XYZ1.91.122.03-
YUV26.45135.08146.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=50.98%
G=10.78%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52113900.790.250.80319.0265.0812.35
Hex34B2704F195013f41c
Octal64134701173112047710114
Binary11010010111001110100111111001101000010011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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