#330725

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

Shades of Blackberry #330725

Tints of Blackberry #330725

Color information

#330725 (or 0x330725) is unknown color: approx Blackberry. HEX triplet: 33, 07 and 25. RGB value is (51,7,37). Sum of RGB (Red+Green+Blue) = 51+7+37=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330725 is #CCF8DA. Grayscale: #171717. Windows color (decimal): -13433051 or 2426675. OLE color: 2426675.

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

Color convert

RGB51737-
CMYK00.860.270.8
HSL319.09º75.86%11.37%-
HSV(B)319.09º86.27%20%-
XYZ1.780.991.85-
YUV23.58135.58147.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=53.68%
G=7.37%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5173700.860.270.8319.0975.8611.37
Hex337250561B5013f4cb
Octal6374501263312047711413
Binary1100111111001010101011011011101000010011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330725; }

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

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

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

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

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

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

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

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