#230917

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

Shades of Blackberry #230917

Tints of Blackberry #230917

Color information

#230917 (or 0x230917) is unknown color: approx Blackberry. HEX triplet: 23, 09 and 17. RGB value is (35,9,23). Sum of RGB (Red+Green+Blue) = 35+9+23=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230917 is #DCF6E8. Grayscale: #121212. Windows color (decimal): -14481129 or 1509667. OLE color: 1509667.

HSL color Cylindrical-coordinate representation of color #230917: hue angle of 327.69º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230917 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB35923-
CMYK00.740.340.86
HSL327.69º59.09%8.63%-
HSV(B)327.69º74.29%13.73%-
XYZ0.950.610.88-
YUV18.37130.61139.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 52.24%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 23 (9.38% from 255) = 34.33%
R=52.24%
G=13.43%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592300.740.340.86327.6959.098.63
Hex2391704A22561483b9
Octal4311270112421265107311
Binary1000111001101110100101010001010101101010010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230917; }

 p { color: rgb(35,9,23); }

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

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

 a { background-color: rgb(35,9,23); }

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

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

 span { border-color: rgb(35,9,23); }

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