#230219

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

Shades of Blackberry #230219

Tints of Blackberry #230219

Color information

#230219 (or 0x230219) is unknown color: approx Blackberry. HEX triplet: 23, 02 and 19. RGB value is (35,2,25). Sum of RGB (Red+Green+Blue) = 35+2+25=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230219 is #DCFDE6. Grayscale: #0E0E0E. Windows color (decimal): -14482919 or 1638947. OLE color: 1638947.

HSL color Cylindrical-coordinate representation of color #230219: hue angle of 318.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230219 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB35225-
CMYK00.940.290.86
HSL318.18º89.19%7.25%-
HSV(B)318.18º94.29%13.73%-
XYZ0.890.470.96-
YUV14.49133.93142.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=56.45%
G=3.23%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3522500.940.290.86318.1889.197.25
Hex2321905E1D5613e597
Octal432310136351264761317
Binary1000111011001010111101110110101101001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230219; }

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

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

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

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

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

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

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

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