#331225

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

Shades of Blackberry #331225

Tints of Blackberry #331225

Color information

#331225 (or 0x331225) is unknown color: approx Blackberry. HEX triplet: 33, 12 and 25. RGB value is (51,18,37). Sum of RGB (Red+Green+Blue) = 51+18+37=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331225 is #CCEDDA. Grayscale: #1D1D1D. Windows color (decimal): -13430235 or 2429491. OLE color: 2429491.

HSL color Cylindrical-coordinate representation of color #331225: hue angle of 325.45º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331225 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB511837-
CMYK00.650.270.8
HSL325.45º47.83%13.53%-
HSV(B)325.45º64.71%20%-
XYZ1.921.271.89-
YUV30.03131.93142.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=48.11%
G=16.98%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51183700.650.270.8325.4547.8313.53
Hex3312250411B5014530e
Octal6322450101331205056016
Binary11001110010100101010000011101110100001010001011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331225; }

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

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

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

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

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

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

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

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