#340B24

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

Shades of Blackberry #340B24

Tints of Blackberry #340B24

Color information

#340B24 (or 0x340B24) is unknown color: approx Blackberry. HEX triplet: 34, 0B and 24. RGB value is (52,11,36). Sum of RGB (Red+Green+Blue) = 52+11+36=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B24 is #CBF4DB. Grayscale: #1A1A1A. Windows color (decimal): -13366492 or 2362164. OLE color: 2362164.

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

Color convert

RGB521136-
CMYK00.790.310.80
HSL323.41º65.08%12.35%-
HSV(B)323.41º78.85%20.39%-
XYZ1.851.11.78-
YUV26.11133.58146.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=52.53%
G=11.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52113600.790.310.80323.4165.0812.35
Hex34B2404F1F5014341c
Octal64134401173712050310114
Binary11010010111001000100111111111101000010100001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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