#230919

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

Shades of Blackberry #230919

Tints of Blackberry #230919

Color information

#230919 (or 0x230919) is unknown color: approx Blackberry. HEX triplet: 23, 09 and 19. RGB value is (35,9,25). Sum of RGB (Red+Green+Blue) = 35+9+25=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230919 is #DCF6E6. Grayscale: #121212. Windows color (decimal): -14481127 or 1640739. OLE color: 1640739.

HSL color Cylindrical-coordinate representation of color #230919: hue angle of 323.08º 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 #230919 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB35925-
CMYK00.740.290.86
HSL323.08º59.09%8.63%-
HSV(B)323.08º74.29%13.73%-
XYZ0.970.620.99-
YUV18.6131.61139.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=50.72%
G=13.04%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3592500.740.290.86323.0859.098.63
Hex2391904A1D561433b9
Octal4311310112351265037311
Binary100011100111001010010101110110101101010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230919; }

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

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

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

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

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

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

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

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