#330827

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

Shades of Blackberry #330827

Tints of Blackberry #330827

Color information

#330827 (or 0x330827) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 27. RGB value is (51,8,39). Sum of RGB (Red+Green+Blue) = 51+8+39=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #330827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330827 is #CCF7D8. Grayscale: #181818. Windows color (decimal): -13432793 or 2558003. OLE color: 2558003.

HSL color Cylindrical-coordinate representation of color #330827: hue angle of 316.74º 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 #330827 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB51839-
CMYK00.840.240.8
HSL316.74º72.88%11.57%-
HSV(B)316.74º84.31%20%-
XYZ1.821.022.02-
YUV24.39136.25146.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=52.04%
G=8.16%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5183900.840.240.8316.7472.8811.57
Hex33827054185013d49c
Octal63104701243012047511114
Binary11001110001001110101010011000101000010011110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330827; }

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

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

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

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

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

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

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

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