#23131B

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

Shades of Blackberry #23131B

Tints of Blackberry #23131B

Color information

#23131B (or 0x23131B) is unknown color: approx Blackberry. HEX triplet: 23, 13 and 1B. RGB value is (35,19,27). Sum of RGB (Red+Green+Blue) = 35+19+27=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #23131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131B is #DCECE4. Grayscale: #181818. Windows color (decimal): -14478565 or 1774371. OLE color: 1774371.

HSL color Cylindrical-coordinate representation of color #23131B: hue angle of 330º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23131B is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB351927-
CMYK00.460.230.86
HSL330º29.63%10.59%-
HSV(B)330º45.71%13.73%-
XYZ1.120.91.15-
YUV24.7129.3135.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.21%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=43.21%
G=23.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35192700.460.230.8633029.6310.59
Hex23131B02E175614a1eb
Octal432333056271265123613
Binary10001110011110110101110101111010110101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23131B; }

 p { color: rgb(35,19,27); }

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

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

 a { background-color: rgb(35,19,27); }

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

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

 span { border-color: rgb(35,19,27); }

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