#310B23

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

Shades of Blackberry #310B23

Tints of Blackberry #310B23

Color information

#310B23 (or 0x310B23) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 23. RGB value is (49,11,35). Sum of RGB (Red+Green+Blue) = 49+11+35=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B23 is #CEF4DC. Grayscale: #191919. Windows color (decimal): -13563101 or 2296625. OLE color: 2296625.

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

Color convert

RGB491135-
CMYK00.780.290.81
HSL322.11º63.33%11.76%-
HSV(B)322.11º77.55%19.22%-
XYZ1.691.011.7-
YUV25.1133.59145.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=51.58%
G=11.58%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113500.780.290.81322.1163.3311.76
Hex31B2304E1D511423fc
Octal6113430116351215027714
Binary1100011011100011010011101110110100011010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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