#311423

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

Shades of Blackberry #311423

Tints of Blackberry #311423

Color information

#311423 (or 0x311423) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 23. RGB value is (49,20,35). Sum of RGB (Red+Green+Blue) = 49+20+35=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311423 is #CEEBDC. Grayscale: #1E1E1E. Windows color (decimal): -13560797 or 2298929. OLE color: 2298929.

HSL color Cylindrical-coordinate representation of color #311423: hue angle of 328.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311423 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB492035-
CMYK00.590.290.81
HSL328.97º42.03%13.53%-
HSV(B)328.97º59.18%19.22%-
XYZ1.821.271.74-
YUV30.38130.61141.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=47.12%
G=19.23%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203500.590.290.81328.9742.0313.53
Hex31142303B1D511492ae
Octal612443073351215115216
Binary1100011010010001101110111110110100011010010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311423; }

 p { color: rgb(49,20,35); }

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

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

 a { background-color: rgb(49,20,35); }

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

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

 span { border-color: rgb(49,20,35); }

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