Html Css Color HEX #581530 Blackberry

📋 copy color: '#581530'

red 88 ◦ green 21 ◦ blue 48

#581530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #581530

Tints of Blackberry #581530

RGB

 RED value IS 88 (34.77% from 255) = 56.05%

 GREEN value IS 21 (8.59% from 255) = 13.38%

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 56.05%
G = 13.38%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#581530 (or 0x581530) is known color: Blackberry. HEX triplet: 58, 15 and 30. RGB value is (88,21,48). Sum of RGB (Red+Green+Blue) = 88+21+48=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581530 is #A7EACF. Grayscale: #2C2C2C. Windows color (decimal): -11004624 or 3151192. OLE color: 3151192.

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

Color convert

RGB 88 21 48 -
CMYK 0 0.76 0.45 0.65
HSL 335.82º 0.61% 0.21% -
HSV(B) 335.82º 0.76% 0.35% -
XYZ 4.83 2.82 3.09 -
YUV 44.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 88 21 48 0 0.76 0.45 0.65 335.82 0.61 0.21
Hex 58 15 30 0 4C 2D 41 150 3D 15
Octal 130 25 60 0 114 55 101 520 75 25
Binary 1011000 10101 110000 0 1001100 101101 1000001 101010000 111101 10101

Color Harmonies of #581530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581530

Black with #581530

Text Example


Text Example

White with #581530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581530; }

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

 H1.HeaderClassName
 {
   color: #581530;
 }
 .AnyTagClassName
 {
   color: #581530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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