#230319

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

Shades of Blackberry #230319

Tints of Blackberry #230319

Color information

#230319 (or 0x230319) is unknown color: approx Blackberry. HEX triplet: 23, 03 and 19. RGB value is (35,3,25). Sum of RGB (Red+Green+Blue) = 35+3+25=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230319 is #DCFCE6. Grayscale: #0F0F0F. Windows color (decimal): -14482663 or 1639203. OLE color: 1639203.

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

Color convert

RGB35325-
CMYK00.910.290.86
HSL318.75º84.21%7.45%-
HSV(B)318.75º91.43%13.73%-
XYZ0.90.490.97-
YUV15.08133.6142.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=55.56%
G=4.76%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532500.910.290.86318.7584.217.45
Hex2331905B1D5613f547
Octal433310133351264771247
Binary1000111111001010110111110110101101001111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230319; }

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

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

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

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

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

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

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

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