#330018

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

Shades of Blackberry #330018

Tints of Blackberry #330018

Color information

#330018 (or 0x330018) is unknown color: approx Blackberry. HEX triplet: 33, 00 and 18. RGB value is (51,0,24). Sum of RGB (Red+Green+Blue) = 51+0+24=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330018 is #CCFFE7. Grayscale: #111111. Windows color (decimal): -13434856 or 1572915. OLE color: 1572915.

HSL color Cylindrical-coordinate representation of color #330018: hue angle of 331.76º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330018 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB51024-
CMYK010.530.8
HSL331.76º100%10%-
HSV(B)331.76º100%20%-
XYZ1.530.770.93-
YUV17.98131.4151.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 32%
R=68%
G=0%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51024010.530.8331.7610010
Hex33018064355014c64a
Octal6303001446512051414412
Binary11001101100001100100110101101000010100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330018; }

 p { color: rgb(51,0,24); }

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

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

 a { background-color: rgb(51,0,24); }

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

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

 span { border-color: rgb(51,0,24); }

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