#330418

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

Shades of Blackberry #330418

Tints of Blackberry #330418

Color information

#330418 (or 0x330418) is unknown color: approx Blackberry. HEX triplet: 33, 04 and 18. RGB value is (51,4,24). Sum of RGB (Red+Green+Blue) = 51+4+24=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330418 is #CCFBE7. Grayscale: #141414. Windows color (decimal): -13433832 or 1573939. OLE color: 1573939.

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

Color convert

RGB51424-
CMYK00.920.530.8
HSL334.47º85.45%10.78%-
HSV(B)334.47º92.16%20%-
XYZ1.570.860.95-
YUV20.33130.07149.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=64.56%
G=5.06%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5142400.920.530.8334.4785.4510.78
Hex3341805C355014e55b
Octal6343001346512051612513
Binary1100111001100001011100110101101000010100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330418; }

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

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

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

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

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

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

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

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