#330F25

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

Shades of Blackberry #330F25

Tints of Blackberry #330F25

Color information

#330F25 (or 0x330F25) is unknown color: approx Blackberry. HEX triplet: 33, 0F and 25. RGB value is (51,15,37). Sum of RGB (Red+Green+Blue) = 51+15+37=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #330F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F25 is #CCF0DA. Grayscale: #1C1C1C. Windows color (decimal): -13431003 or 2428723. OLE color: 2428723.

HSL color Cylindrical-coordinate representation of color #330F25: hue angle of 323.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 #330F25 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB511537-
CMYK00.710.270.8
HSL323.33º54.55%12.94%-
HSV(B)323.33º70.59%20%-
XYZ1.871.181.88-
YUV28.27132.93144.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=49.51%
G=14.56%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51153700.710.270.8323.3354.5512.94
Hex33F250471B5014337d
Octal6317450107331205036715
Binary1100111111100101010001111101110100001010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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