#310418

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

Shades of Blackberry #310418

Tints of Blackberry #310418

Color information

#310418 (or 0x310418) is unknown color: approx Blackberry. HEX triplet: 31, 04 and 18. RGB value is (49,4,24). Sum of RGB (Red+Green+Blue) = 49+4+24=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310418 is #CEFBE7. Grayscale: #131313. Windows color (decimal): -13564904 or 1573937. OLE color: 1573937.

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

Color convert

RGB49424-
CMYK00.920.510.81
HSL333.33º84.91%10.39%-
HSV(B)333.33º91.84%19.22%-
XYZ1.470.810.94-
YUV19.74130.41148.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=63.64%
G=5.19%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942400.920.510.81333.3384.9110.39
Hex3141805C335114d55a
Octal6143001346312151512512
Binary1100011001100001011100110011101000110100110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310418; }

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

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

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

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

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

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

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

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