#340A23

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

Shades of Blackberry #340A23

Tints of Blackberry #340A23

Color information

#340A23 (or 0x340A23) is unknown color: approx Blackberry. HEX triplet: 34, 0A and 23. RGB value is (52,10,35). Sum of RGB (Red+Green+Blue) = 52+10+35=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #340A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A23 is #CBF5DC. Grayscale: #191919. Windows color (decimal): -13366749 or 2296372. OLE color: 2296372.

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

Color convert

RGB521035-
CMYK00.810.330.80
HSL324.29º67.74%12.16%-
HSV(B)324.29º80.77%20.39%-
XYZ1.831.071.7-
YUV25.41133.41146.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=53.61%
G=10.31%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52103500.810.330.80324.2967.7412.16
Hex34A23051215014444c
Octal64124301214112050410414
Binary110100101010001101010001100001101000010100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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