#330124

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

Shades of Blackberry #330124

Tints of Blackberry #330124

Color information

#330124 (or 0x330124) is unknown color: approx Blackberry. HEX triplet: 33, 01 and 24. RGB value is (51,1,36). Sum of RGB (Red+Green+Blue) = 51+1+36=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330124 is #CCFEDB. Grayscale: #131313. Windows color (decimal): -13434588 or 2359603. OLE color: 2359603.

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

Color convert

RGB51136-
CMYK00.980.290.8
HSL318º96.15%10.2%-
HSV(B)318º98.04%20%-
XYZ1.690.851.74-
YUV19.94137.06150.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=57.95%
G=1.14%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113600.980.290.831896.1510.2
Hex331240621D5013e60a
Octal6314401423512047614012
Binary11001111001000110001011101101000010011111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330124; }

 p { color: rgb(51,1,36); }

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

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

 a { background-color: rgb(51,1,36); }

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

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

 span { border-color: rgb(51,1,36); }

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