#331024

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

Shades of Blackberry #331024

Tints of Blackberry #331024

Color information

#331024 (or 0x331024) is unknown color: approx Blackberry. HEX triplet: 33, 10 and 24. RGB value is (51,16,36). Sum of RGB (Red+Green+Blue) = 51+16+36=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331024 is #CCEFDB. Grayscale: #1C1C1C. Windows color (decimal): -13430748 or 2363443. OLE color: 2363443.

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

Color convert

RGB511636-
CMYK00.690.290.8
HSL325.71º52.24%13.14%-
HSV(B)325.71º68.63%20%-
XYZ1.871.21.8-
YUV28.74132.1143.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=49.51%
G=15.53%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51163600.690.290.8325.7152.2413.14
Hex3310240451D5014634d
Octal6320440105351205066415
Binary11001110000100100010001011110110100001010001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331024; }

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

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

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

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

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

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

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

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