#330923

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

Shades of Blackberry #330923

Tints of Blackberry #330923

Color information

#330923 (or 0x330923) is unknown color: approx Blackberry. HEX triplet: 33, 09 and 23. RGB value is (51,9,35). Sum of RGB (Red+Green+Blue) = 51+9+35=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #330923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330923 is #CCF6DC. Grayscale: #181818. Windows color (decimal): -13432541 or 2296115. OLE color: 2296115.

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

Color convert

RGB51935-
CMYK00.820.310.8
HSL322.86º70%11.76%-
HSV(B)322.86º82.35%20%-
XYZ1.771.021.69-
YUV24.52133.91146.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=53.68%
G=9.47%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5193500.820.310.8322.867011.76
Hex339230521F5014346c
Octal63114301223712050310614
Binary11001110011000110101001011111101000010100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330923; }

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

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

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

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

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

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

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

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