#340119

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

Shades of Blackberry #340119

Tints of Blackberry #340119

Color information

#340119 (or 0x340119) is unknown color: approx Blackberry. HEX triplet: 34, 01 and 19. RGB value is (52,1,25). Sum of RGB (Red+Green+Blue) = 52+1+25=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340119 is #CBFEE6. Grayscale: #121212. Windows color (decimal): -13369063 or 1638708. OLE color: 1638708.

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

Color convert

RGB52125-
CMYK00.980.520.80
HSL331.76º96.23%10.39%-
HSV(B)331.76º98.08%20.39%-
XYZ1.60.820.99-
YUV18.99131.4151.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=66.67%
G=1.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5212500.980.520.80331.7696.2310.39
Hex34119062345014c60a
Octal6413101426412051414012
Binary11010011100101100010110100101000010100110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340119; }

 p { color: rgb(52,1,25); }

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

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

 a { background-color: rgb(52,1,25); }

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

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

 span { border-color: rgb(52,1,25); }

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