#350123

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

Shades of Blackberry #350123

Tints of Blackberry #350123

Color information

#350123 (or 0x350123) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 23. RGB value is (53,1,35). Sum of RGB (Red+Green+Blue) = 53+1+35=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350123 is #CAFEDC. Grayscale: #141414. Windows color (decimal): -13303517 or 2294069. OLE color: 2294069.

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

Color convert

RGB53135-
CMYK00.980.340.79
HSL320.77º96.3%10.59%-
HSV(B)320.77º98.11%20.78%-
XYZ1.780.91.67-
YUV20.42136.23151.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=59.55%
G=1.12%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5313500.980.340.79320.7796.310.59
Hex35123062224F14160b
Octal6514301424211750114013
Binary110101110001101100010100010100111110100000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350123; }

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

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

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

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

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

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

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

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