#330C25

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

Shades of Blackberry #330C25

Tints of Blackberry #330C25

Color information

#330C25 (or 0x330C25) is unknown color: approx Blackberry. HEX triplet: 33, 0C and 25. RGB value is (51,12,37). Sum of RGB (Red+Green+Blue) = 51+12+37=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C25 is #CCF3DA. Grayscale: #1A1A1A. Windows color (decimal): -13431771 or 2427955. OLE color: 2427955.

HSL color Cylindrical-coordinate representation of color #330C25: hue angle of 321.54º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C25 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB511237-
CMYK00.760.270.8
HSL321.54º61.9%12.35%-
HSV(B)321.54º76.47%20%-
XYZ1.831.11.87-
YUV26.51133.92145.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 12 (5.08% from 255) = 12%
BLUE value IS 37 (14.84% from 255) = 37%
R=51%
G=12%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51123700.760.270.8321.5461.912.35
Hex33C2504C1B501423ec
Octal6314450114331205027614
Binary1100111100100101010011001101110100001010000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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