#230916

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

Shades of Blackberry #230916

Tints of Blackberry #230916

Color information

#230916 (or 0x230916) is unknown color: approx Blackberry. HEX triplet: 23, 09 and 16. RGB value is (35,9,22). Sum of RGB (Red+Green+Blue) = 35+9+22=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230916 is #DCF6E9. Grayscale: #121212. Windows color (decimal): -14481130 or 1444131. OLE color: 1444131.

HSL color Cylindrical-coordinate representation of color #230916: hue angle of 330º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230916 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB35922-
CMYK00.740.370.86
HSL330º59.09%8.63%-
HSV(B)330º74.29%13.73%-
XYZ0.940.610.83-
YUV18.26130.11139.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 22 (8.98% from 255) = 33.33%
R=53.03%
G=13.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592200.740.370.8633059.098.63
Hex2391604A255614a3b9
Octal4311260112451265127311
Binary1000111001101100100101010010110101101010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230916; }

 p { color: rgb(35,9,22); }

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

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

 a { background-color: rgb(35,9,22); }

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

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

 span { border-color: rgb(35,9,22); }

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