#350119

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

Shades of Blackberry #350119

Tints of Blackberry #350119

Color information

#350119 (or 0x350119) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 19. RGB value is (53,1,25). Sum of RGB (Red+Green+Blue) = 53+1+25=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350119 is #CAFEE6. Grayscale: #131313. Windows color (decimal): -13303527 or 1638709. OLE color: 1638709.

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

Color convert

RGB53125-
CMYK00.980.530.79
HSL332.31º96.3%10.59%-
HSV(B)332.31º98.11%20.78%-
XYZ1.650.851-
YUV19.28131.23152.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.09%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=67.09%
G=1.27%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312500.980.530.79332.3196.310.59
Hex35119062354F14c60b
Octal6513101426511751414013
Binary11010111100101100010110101100111110100110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350119; }

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

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

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

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

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

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

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

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