#331425

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

Shades of Blackberry #331425

Tints of Blackberry #331425

Color information

#331425 (or 0x331425) is unknown color: approx Blackberry. HEX triplet: 33, 14 and 25. RGB value is (51,20,37). Sum of RGB (Red+Green+Blue) = 51+20+37=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331425 is #CCEBDA. Grayscale: #1F1F1F. Windows color (decimal): -13429723 or 2430003. OLE color: 2430003.

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

Color convert

RGB512037-
CMYK00.610.270.8
HSL327.1º43.66%13.92%-
HSV(B)327.1º60.78%20%-
XYZ1.951.341.91-
YUV31.21131.27142.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=47.22%
G=18.52%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51203700.610.270.8327.143.6613.92
Hex33142503D1B501472ce
Octal632445075331205075416
Binary1100111010010010101111011101110100001010001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331425; }

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

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

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

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

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

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

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

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