#310428

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

Shades of Blackberry #310428

Tints of Blackberry #310428

Color information

#310428 (or 0x310428) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 28. RGB value is (49,4,40). Sum of RGB (Red+Green+Blue) = 49+4+40=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #310428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310428 is #CEFBD7. Grayscale: #151515. Windows color (decimal): -13564888 or 2622513. OLE color: 2622513.

HSL color Cylindrical-coordinate representation of color #310428: hue angle of 312º 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 #310428 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB49440-
CMYK00.920.180.81
HSL312º84.91%10.39%-
HSV(B)312º91.84%19.22%-
XYZ1.690.892.09-
YUV21.56138.41147.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=52.69%
G=4.30%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944000.920.180.8131284.9110.39
Hex3142805C125113855a
Octal6145001342212147012512
Binary1100011001010000101110010010101000110011100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310428; }

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

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

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

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

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

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

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

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