#340A1B

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

Shades of Blackberry #340A1B

Tints of Blackberry #340A1B

Color information

#340A1B (or 0x340A1B) is unknown color: approx Blackberry. HEX triplet: 34, 0A and 1B. RGB value is (52,10,27). Sum of RGB (Red+Green+Blue) = 52+10+27=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A1B is #CBF5E4. Grayscale: #181818. Windows color (decimal): -13366757 or 1772084. OLE color: 1772084.

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

Color convert

RGB521027-
CMYK00.810.480.80
HSL335.71º67.74%12.16%-
HSV(B)335.71º80.77%20.39%-
XYZ1.721.031.14-
YUV24.5129.41147.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 10 (4.30% from 255) = 11.24%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=58.43%
G=11.24%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52102700.810.480.80335.7167.7412.16
Hex34A1B051305015044c
Octal64123301216012052010414
Binary11010010101101101010001110000101000010101000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,10,27); }

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

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

 a { background-color: rgb(52,10,27); }

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

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

 span { border-color: rgb(52,10,27); }

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