#581430

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

Shades of Blackberry #581430

Tints of Blackberry #581430

Color information

#581430 (or 0x581430) is unknown color: approx Blackberry. HEX triplet: 58, 14 and 30. RGB value is (88,20,48). Sum of RGB (Red+Green+Blue) = 88+20+48=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581430 is #A7EBCF. Grayscale: #2B2B2B. Windows color (decimal): -11004880 or 3150936. OLE color: 3150936.

HSL color Cylindrical-coordinate representation of color #581430: hue angle of 335.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581430 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB882048-
CMYK00.770.450.65
HSL335.29º62.96%21.18%-
HSV(B)335.29º77.27%34.51%-
XYZ4.812.793.08-
YUV43.52130.53159.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=56.41%
G=12.82%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88204800.770.450.65335.2962.9621.18
Hex58143004D2D4114f3f15
Octal13024600115551015177725
Binary10110001010011000001001101101101100000110100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581430; }

 p { color: rgb(88,20,48); }

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

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

 a { background-color: rgb(88,20,48); }

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

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

 span { border-color: rgb(88,20,48); }

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