#310427

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

Shades of Blackberry #310427

Tints of Blackberry #310427

Color information

#310427 (or 0x310427) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 27. RGB value is (49,4,39). Sum of RGB (Red+Green+Blue) = 49+4+39=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310427 is #CEFBD8. Grayscale: #151515. Windows color (decimal): -13564889 or 2556977. OLE color: 2556977.

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

Color convert

RGB49439-
CMYK00.920.200.81
HSL313.33º84.91%10.39%-
HSV(B)313.33º91.84%19.22%-
XYZ1.680.892-
YUV21.44137.91147.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=53.26%
G=4.35%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943900.920.200.81313.3384.9110.39
Hex3142705C145113955a
Octal6144701342412147112512
Binary1100011001001110101110010100101000110011100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310427; }

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

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

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

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

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

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

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

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