#330825

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

Shades of Blackberry #330825

Tints of Blackberry #330825

Color information

#330825 (or 0x330825) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 25. RGB value is (51,8,37). Sum of RGB (Red+Green+Blue) = 51+8+37=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #330825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330825 is #CCF7DA. Grayscale: #181818. Windows color (decimal): -13432795 or 2426931. OLE color: 2426931.

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

Color convert

RGB51837-
CMYK00.840.270.8
HSL319.53º72.88%11.57%-
HSV(B)319.53º84.31%20%-
XYZ1.791.011.85-
YUV24.16135.25147.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=53.12%
G=8.33%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5183700.840.270.8319.5372.8811.57
Hex338250541B5014049c
Octal63104501243312050011114
Binary11001110001001010101010011011101000010100000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330825; }

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

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

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

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

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

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

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

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