#310425

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

Shades of Blackberry #310425

Tints of Blackberry #310425

Color information

#310425 (or 0x310425) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 25. RGB value is (49,4,37). Sum of RGB (Red+Green+Blue) = 49+4+37=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310425 is #CEFBDA. Grayscale: #151515. Windows color (decimal): -13564891 or 2425905. OLE color: 2425905.

HSL color Cylindrical-coordinate representation of color #310425: hue angle of 316º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310425 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB49437-
CMYK00.920.240.81
HSL316º84.91%10.39%-
HSV(B)316º91.84%19.22%-
XYZ1.640.871.83-
YUV21.22136.91147.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=54.44%
G=4.44%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943700.920.240.8131684.9110.39
Hex3142505C185113c55a
Octal6144501343012147412512
Binary1100011001001010101110011000101000110011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310425; }

 p { color: rgb(49,4,37); }

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

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

 a { background-color: rgb(49,4,37); }

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

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

 span { border-color: rgb(49,4,37); }

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