#331025

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

Shades of Blackberry #331025

Tints of Blackberry #331025

Color information

#331025 (or 0x331025) is unknown color: approx Blackberry. HEX triplet: 33, 10 and 25. RGB value is (51,16,37). Sum of RGB (Red+Green+Blue) = 51+16+37=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331025 is #CCEFDA. Grayscale: #1C1C1C. Windows color (decimal): -13430747 or 2428979. OLE color: 2428979.

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

Color convert

RGB511637-
CMYK00.690.270.8
HSL324º52.24%13.14%-
HSV(B)324º68.63%20%-
XYZ1.881.211.88-
YUV28.86132.6143.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=49.04%
G=15.38%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51163700.690.270.832452.2413.14
Hex3310250451B5014434d
Octal6320450105331205046415
Binary11001110000100101010001011101110100001010001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331025; }

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

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

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

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

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

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

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

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