#230819

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

Shades of Blackberry #230819

Tints of Blackberry #230819

Color information

#230819 (or 0x230819) is unknown color: approx Blackberry. HEX triplet: 23, 08 and 19. RGB value is (35,8,25). Sum of RGB (Red+Green+Blue) = 35+8+25=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #230819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230819 is #DCF7E6. Grayscale: #111111. Windows color (decimal): -14481383 or 1640483. OLE color: 1640483.

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

Color convert

RGB35825-
CMYK00.770.290.86
HSL322.22º62.79%8.43%-
HSV(B)322.22º77.14%13.73%-
XYZ0.960.60.99-
YUV18.01131.95140.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 51.47%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=51.47%
G=11.76%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3582500.770.290.86322.2262.798.43
Hex2381904D1D561423f8
Octal4310310115351265027710
Binary100011100011001010011011110110101101010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230819; }

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

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

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

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

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

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

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

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