#230019

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

Shades of Blackberry #230019

Tints of Blackberry #230019

Color information

#230019 (or 0x230019) is unknown color: approx Blackberry. HEX triplet: 23, 00 and 19. RGB value is (35,0,25). Sum of RGB (Red+Green+Blue) = 35+0+25=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230019 is #DCFFE6. Grayscale: #0D0D0D. Windows color (decimal): -14483431 or 1638435. OLE color: 1638435.

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

Color convert

RGB35025-
CMYK010.290.86
HSL317.14º100%6.86%-
HSV(B)317.14º100%13.73%-
XYZ0.870.430.96-
YUV13.32134.6143.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=58.33%
G=0%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35025010.290.86317.141006.86
Hex230190641D5613d647
Octal430310144351264751447
Binary100011011001011001001110110101101001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230019; }

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

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

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

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

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

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

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

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