#330F28

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

Shades of Blackberry #330F28

Tints of Blackberry #330F28

Color information

#330F28 (or 0x330F28) is unknown color: approx Blackberry. HEX triplet: 33, 0F and 28. RGB value is (51,15,40). Sum of RGB (Red+Green+Blue) = 51+15+40=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F28 is #CCF0D7. Grayscale: #1C1C1C. Windows color (decimal): -13431000 or 2625331. OLE color: 2625331.

HSL color Cylindrical-coordinate representation of color #330F28: hue angle of 318.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F28 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB511540-
CMYK00.710.220.8
HSL318.33º54.55%12.94%-
HSV(B)318.33º70.59%20%-
XYZ1.921.22.14-
YUV28.61134.43143.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=48.11%
G=14.15%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51154000.710.220.8318.3354.5512.94
Hex33F28047165013e37d
Octal6317500107261204766715
Binary1100111111101000010001111011010100001001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F28; }

 p { color: rgb(51,15,40); }

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

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

 a { background-color: rgb(51,15,40); }

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

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

 span { border-color: rgb(51,15,40); }

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