#350419

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

Shades of Blackberry #350419

Tints of Blackberry #350419

Color information

#350419 (or 0x350419) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 19. RGB value is (53,4,25). Sum of RGB (Red+Green+Blue) = 53+4+25=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350419 is #CAFBE6. Grayscale: #151515. Windows color (decimal): -13302759 or 1639477. OLE color: 1639477.

HSL color Cylindrical-coordinate representation of color #350419: hue angle of 334.29º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350419 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB53425-
CMYK00.920.530.79
HSL334.29º85.96%11.18%-
HSV(B)334.29º92.45%20.78%-
XYZ1.690.911.01-
YUV21.04130.23150.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=64.63%
G=4.88%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342500.920.530.79334.2985.9611.18
Hex3541905C354F14e56b
Octal6543101346511751612613
Binary1101011001100101011100110101100111110100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350419; }

 p { color: rgb(53,4,25); }

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

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

 a { background-color: rgb(53,4,25); }

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

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

 span { border-color: rgb(53,4,25); }

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