#230519

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

Shades of Blackberry #230519

Tints of Blackberry #230519

Color information

#230519 (or 0x230519) is unknown color: approx Blackberry. HEX triplet: 23, 05 and 19. RGB value is (35,5,25). Sum of RGB (Red+Green+Blue) = 35+5+25=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230519 is #DCFAE6. Grayscale: #101010. Windows color (decimal): -14482151 or 1639715. OLE color: 1639715.

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

Color convert

RGB35525-
CMYK00.860.290.86
HSL320º75%7.84%-
HSV(B)320º85.71%13.73%-
XYZ0.920.540.97-
YUV16.25132.94141.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=53.85%
G=7.69%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3552500.860.290.86320757.84
Hex235190561D561404b8
Octal4353101263512650011310
Binary100011101110010101011011101101011010100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230519; }

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

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

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

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

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

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

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

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