#230419

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

Shades of Blackberry #230419

Tints of Blackberry #230419

Color information

#230419 (or 0x230419) is unknown color: approx Blackberry. HEX triplet: 23, 04 and 19. RGB value is (35,4,25). Sum of RGB (Red+Green+Blue) = 35+4+25=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230419 is #DCFBE6. Grayscale: #0F0F0F. Windows color (decimal): -14482407 or 1639459. OLE color: 1639459.

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

Color convert

RGB35425-
CMYK00.890.290.86
HSL319.35º79.49%7.65%-
HSV(B)319.35º88.57%13.73%-
XYZ0.910.510.97-
YUV15.66133.27141.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=54.69%
G=6.25%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3542500.890.290.86319.3579.497.65
Hex234190591D5613f4f8
Octal4343101313512647711710
Binary100011100110010101100111101101011010011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230419; }

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

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

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

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

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

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

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

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