#230816

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

Shades of Blackberry #230816

Tints of Blackberry #230816

Color information

#230816 (or 0x230816) is unknown color: approx Blackberry. HEX triplet: 23, 08 and 16. RGB value is (35,8,22). Sum of RGB (Red+Green+Blue) = 35+8+22=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230816 is #DCF7E9. Grayscale: #111111. Windows color (decimal): -14481386 or 1443875. OLE color: 1443875.

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

Color convert

RGB35822-
CMYK00.770.370.86
HSL328.89º62.79%8.43%-
HSV(B)328.89º77.14%13.73%-
XYZ0.920.590.82-
YUV17.67130.45140.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 22 (8.98% from 255) = 33.85%
R=53.85%
G=12.31%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3582200.770.370.86328.8962.798.43
Hex2381604D25561493f8
Octal4310260115451265117710
Binary1000111000101100100110110010110101101010010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230816; }

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

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

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

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

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

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

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

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