#310419

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

Shades of Blackberry #310419

Tints of Blackberry #310419

Color information

#310419 (or 0x310419) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 19. RGB value is (49,4,25). Sum of RGB (Red+Green+Blue) = 49+4+25=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310419 is #CEFBE6. Grayscale: #131313. Windows color (decimal): -13564903 or 1639473. OLE color: 1639473.

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

Color convert

RGB49425-
CMYK00.920.490.81
HSL332º84.91%10.39%-
HSV(B)332º91.84%19.22%-
XYZ1.490.811-
YUV19.85130.91148.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=62.82%
G=5.13%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942500.920.490.8133284.9110.39
Hex3141905C315114c55a
Octal6143101346112151412512
Binary1100011001100101011100110001101000110100110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310419; }

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

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

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

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

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

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

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

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