#320023

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

Shades of Blackberry #320023

Tints of Blackberry #320023

Color information

#320023 (or 0x320023) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 23. RGB value is (50,0,35). Sum of RGB (Red+Green+Blue) = 50+0+35=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320023 is #CDFFDC. Grayscale: #121212. Windows color (decimal): -13500381 or 2293810. OLE color: 2293810.

HSL color Cylindrical-coordinate representation of color #320023: hue angle of 318º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320023 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB50035-
CMYK010.300.80
HSL318º100%9.8%-
HSV(B)318º100%19.61%-
XYZ1.620.81.66-
YUV18.94137.06150.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 41.18%
R=58.82%
G=0%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50035010.300.803181009.8
Hex320230641E5013e64a
Octal6204301443612047614412
Binary11001001000110110010011110101000010011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320023; }

 p { color: rgb(50,0,35); }

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

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

 a { background-color: rgb(50,0,35); }

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

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

 span { border-color: rgb(50,0,35); }

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