#23121B

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

Shades of Blackberry #23121B

Tints of Blackberry #23121B

Color information

#23121B (or 0x23121B) is unknown color: approx Blackberry. HEX triplet: 23, 12 and 1B. RGB value is (35,18,27). Sum of RGB (Red+Green+Blue) = 35+18+27=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #23121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23121B is #DCEDE4. Grayscale: #181818. Windows color (decimal): -14478821 or 1774115. OLE color: 1774115.

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

Color convert

RGB351827-
CMYK00.490.230.86
HSL328.24º32.08%10.39%-
HSV(B)328.24º48.57%13.73%-
XYZ1.110.871.15-
YUV24.11129.63135.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=43.75%
G=22.5%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35182700.490.230.86328.2432.0810.39
Hex23121B031175614820a
Octal432233061271265104012
Binary100011100101101101100011011110101101010010001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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