#340024

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

Shades of Blackberry #340024

Tints of Blackberry #340024

Color information

#340024 (or 0x340024) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 24. RGB value is (52,0,36). Sum of RGB (Red+Green+Blue) = 52+0+36=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340024 is #CBFFDB. Grayscale: #131313. Windows color (decimal): -13369308 or 2359348. OLE color: 2359348.

HSL color Cylindrical-coordinate representation of color #340024: hue angle of 318.46º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340024 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB52036-
CMYK010.310.80
HSL318.46º100%10.2%-
HSV(B)318.46º100%20.39%-
XYZ1.730.861.74-
YUV19.65137.23151.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52036010.310.80318.4610010.2
Hex340240641F5013e64a
Octal6404401443712047614412
Binary11010001001000110010011111101000010011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340024; }

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

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

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

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

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

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

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

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