#230516

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

Shades of Blackberry #230516

Tints of Blackberry #230516

Color information

#230516 (or 0x230516) is unknown color: approx Blackberry. HEX triplet: 23, 05 and 16. RGB value is (35,5,22). Sum of RGB (Red+Green+Blue) = 35+5+22=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230516 is #DCFAE9. Grayscale: #0F0F0F. Windows color (decimal): -14482154 or 1443107. OLE color: 1443107.

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

Color convert

RGB35522-
CMYK00.860.370.86
HSL326º75%7.84%-
HSV(B)326º85.71%13.73%-
XYZ0.890.520.81-
YUV15.91131.44141.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 22 (8.98% from 255) = 35.48%
R=56.45%
G=8.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3552200.860.370.86326757.84
Hex2351605625561464b8
Octal4352601264512650611310
Binary1000111011011001010110100101101011010100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230516; }

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

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

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

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

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

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

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

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