#230016

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

Shades of Blackberry #230016

Tints of Blackberry #230016

Color information

#230016 (or 0x230016) is unknown color: approx Blackberry. HEX triplet: 23, 00 and 16. RGB value is (35,0,22). Sum of RGB (Red+Green+Blue) = 35+0+22=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230016 is #DCFFE9. Grayscale: #0C0C0C. Windows color (decimal): -14483434 or 1441827. OLE color: 1441827.

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

Color convert

RGB35022-
CMYK010.370.86
HSL322.29º100%6.86%-
HSV(B)322.29º100%13.73%-
XYZ0.840.420.8-
YUV12.97133.1143.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=61.40%
G=0%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35022010.370.86322.291006.86
Hex230160642556142647
Octal430260144451265021447
Binary1000110101100110010010010110101101010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230016; }

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

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

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

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

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

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

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

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