#350623

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

Shades of Blackberry #350623

Tints of Blackberry #350623

Color information

#350623 (or 0x350623) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 23. RGB value is (53,6,35). Sum of RGB (Red+Green+Blue) = 53+6+35=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350623 is #CAF9DC. Grayscale: #171717. Windows color (decimal): -13302237 or 2295349. OLE color: 2295349.

HSL color Cylindrical-coordinate representation of color #350623: hue angle of 322.98º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350623 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB53635-
CMYK00.890.340.79
HSL322.98º79.66%11.57%-
HSV(B)322.98º88.68%20.78%-
XYZ1.841.011.69-
YUV23.36134.57149.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=56.38%
G=6.38%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363500.890.340.79322.9879.6611.57
Hex35623059224F14350c
Octal6564301314211750312014
Binary11010111010001101011001100010100111110100001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350623; }

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

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

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

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

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

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

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

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