#350125

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

Shades of Blackberry #350125

Tints of Blackberry #350125

Color information

#350125 (or 0x350125) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 25. RGB value is (53,1,37). Sum of RGB (Red+Green+Blue) = 53+1+37=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350125 is #CAFEDA. Grayscale: #141414. Windows color (decimal): -13303515 or 2425141. OLE color: 2425141.

HSL color Cylindrical-coordinate representation of color #350125: hue angle of 318.46º 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 #350125 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB53137-
CMYK00.980.300.79
HSL318.46º96.3%10.59%-
HSV(B)318.46º98.11%20.78%-
XYZ1.810.911.83-
YUV20.65137.23151.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=58.24%
G=1.10%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313700.980.300.79318.4696.310.59
Hex351250621E4F13e60b
Octal6514501423611747614013
Binary11010111001010110001011110100111110011111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350125; }

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

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

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

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

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

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

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

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