#330823

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

Shades of Blackberry #330823

Tints of Blackberry #330823

Color information

#330823 (or 0x330823) is unknown color: approx Blackberry. HEX triplet: 33, 08 and 23. RGB value is (51,8,35). Sum of RGB (Red+Green+Blue) = 51+8+35=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #330823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330823 is #CCF7DC. Grayscale: #171717. Windows color (decimal): -13432797 or 2295859. OLE color: 2295859.

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

Color convert

RGB51835-
CMYK00.840.310.8
HSL322.33º72.88%11.57%-
HSV(B)322.33º84.31%20%-
XYZ1.7611.69-
YUV23.94134.25147.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=54.26%
G=8.51%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5183500.840.310.8322.3372.8811.57
Hex338230541F5014249c
Octal63104301243712050211114
Binary11001110001000110101010011111101000010100001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330823; }

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

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

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

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

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

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

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

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