#310E23

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

Shades of Blackberry #310E23

Tints of Blackberry #310E23

Color information

#310E23 (or 0x310E23) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 23. RGB value is (49,14,35). Sum of RGB (Red+Green+Blue) = 49+14+35=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #310E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E23 is #CEF1DC. Grayscale: #1A1A1A. Windows color (decimal): -13562333 or 2297393. OLE color: 2297393.

HSL color Cylindrical-coordinate representation of color #310E23: hue angle of 324º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E23 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB491435-
CMYK00.710.290.81
HSL324º55.56%12.35%-
HSV(B)324º71.43%19.22%-
XYZ1.731.091.71-
YUV26.86132.6143.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49143500.710.290.8132455.5612.35
Hex31E230471D5114438c
Octal6116430107351215047014
Binary1100011110100011010001111110110100011010001001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E23; }

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

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

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

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

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

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

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

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