#230616

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

Shades of Blackberry #230616

Tints of Blackberry #230616

Color information

#230616 (or 0x230616) is unknown color: approx Blackberry. HEX triplet: 23, 06 and 16. RGB value is (35,6,22). Sum of RGB (Red+Green+Blue) = 35+6+22=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230616 is #DCF9E9. Grayscale: #101010. Windows color (decimal): -14481898 or 1443363. OLE color: 1443363.

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

Color convert

RGB35622-
CMYK00.830.370.86
HSL326.9º70.73%8.04%-
HSV(B)326.9º82.86%13.73%-
XYZ0.90.550.82-
YUV16.5131.11141.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=55.56%
G=9.52%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3562200.830.370.86326.970.738.04
Hex236160532556147478
Octal4362601234512650710710
Binary1000111101011001010011100101101011010100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230616; }

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

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

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

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

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

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

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

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