#230216

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

Shades of Blackberry #230216

Tints of Blackberry #230216

Color information

#230216 (or 0x230216) is unknown color: approx Blackberry. HEX triplet: 23, 02 and 16. RGB value is (35,2,22). Sum of RGB (Red+Green+Blue) = 35+2+22=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230216 is #DCFDE9. Grayscale: #0E0E0E. Windows color (decimal): -14482922 or 1442339. OLE color: 1442339.

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

Color convert

RGB35222-
CMYK00.940.370.86
HSL323.64º89.19%7.25%-
HSV(B)323.64º94.29%13.73%-
XYZ0.860.460.8-
YUV14.15132.43142.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=59.32%
G=3.39%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3522200.940.370.86323.6489.197.25
Hex2321605E2556144597
Octal432260136451265041317
Binary10001110101100101111010010110101101010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230216; }

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

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

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

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

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

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

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

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