#230B16

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

Shades of Blackberry #230B16

Tints of Blackberry #230B16

Color information

#230B16 (or 0x230B16) is unknown color: approx Blackberry. HEX triplet: 23, 0B and 16. RGB value is (35,11,22). Sum of RGB (Red+Green+Blue) = 35+11+22=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #230B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B16 is #DCF4E9. Grayscale: #131313. Windows color (decimal): -14480618 or 1444643. OLE color: 1444643.

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

Color convert

RGB351122-
CMYK00.690.370.86
HSL332.5º52.17%9.02%-
HSV(B)332.5º68.57%13.73%-
XYZ0.960.650.83-
YUV19.43129.45139.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=51.47%
G=16.18%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35112200.690.370.86332.552.179.02
Hex23B16045255614c349
Octal4313260105451265146411
Binary1000111011101100100010110010110101101010011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230B16; }

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

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

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

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

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

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

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

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