#330323

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

Shades of Blackberry #330323

Tints of Blackberry #330323

Color information

#330323 (or 0x330323) is unknown color: approx Blackberry. HEX triplet: 33, 03 and 23. RGB value is (51,3,35). Sum of RGB (Red+Green+Blue) = 51+3+35=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #330323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330323 is #CCFCDC. Grayscale: #141414. Windows color (decimal): -13434077 or 2294579. OLE color: 2294579.

HSL color Cylindrical-coordinate representation of color #330323: hue angle of 320º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330323 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB51335-
CMYK00.940.310.8
HSL320º88.89%10.59%-
HSV(B)320º94.12%20%-
XYZ1.70.891.67-
YUV21135.9149.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=57.30%
G=3.37%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5133500.940.310.832088.8910.59
Hex3332305E1F5014059b
Octal6334301363712050013113
Binary110011111000110101111011111101000010100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330323; }

 p { color: rgb(51,3,35); }

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

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

 a { background-color: rgb(51,3,35); }

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

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

 span { border-color: rgb(51,3,35); }

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