#330225

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

Shades of Blackberry #330225

Tints of Blackberry #330225

Color information

#330225 (or 0x330225) is unknown color: approx Blackberry. HEX triplet: 33, 02 and 25. RGB value is (51,2,37). Sum of RGB (Red+Green+Blue) = 51+2+37=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #330225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330225 is #CCFDDA. Grayscale: #141414. Windows color (decimal): -13434331 or 2425395. OLE color: 2425395.

HSL color Cylindrical-coordinate representation of color #330225: hue angle of 317.14º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330225 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB51237-
CMYK00.960.270.8
HSL317.14º92.45%10.39%-
HSV(B)317.14º96.08%20%-
XYZ1.720.881.83-
YUV20.64137.23149.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.67%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=56.67%
G=2.22%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5123700.960.270.8317.1492.4510.39
Hex332250601B5013d5ca
Octal6324501403312047513412
Binary110011101001010110000011011101000010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330225; }

 p { color: rgb(51,2,37); }

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

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

 a { background-color: rgb(51,2,37); }

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

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

 span { border-color: rgb(51,2,37); }

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