#23141C

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

Shades of Blackberry #23141C

Tints of Blackberry #23141C

Color information

#23141C (or 0x23141C) is unknown color: approx Blackberry. HEX triplet: 23, 14 and 1C. RGB value is (35,20,28). Sum of RGB (Red+Green+Blue) = 35+20+28=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #23141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23141C is #DCEBE3. Grayscale: #191919. Windows color (decimal): -14478308 or 1840163. OLE color: 1840163.

HSL color Cylindrical-coordinate representation of color #23141C: hue angle of 328º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23141C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB352028-
CMYK00.430.200.86
HSL328º27.27%10.78%-
HSV(B)328º42.86%13.73%-
XYZ1.150.941.22-
YUV25.4129.47134.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=42.17%
G=24.10%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35202800.430.200.8632827.2710.78
Hex23141C02B14561481bb
Octal432434053241265103313
Binary10001110100111000101011101001010110101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23141C; }

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

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

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

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

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

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

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

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