Html Css Color HEX #581031 Blackberry

📋 copy color: '#581031'

red 88 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #581031

Tints of Blackberry #581031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 57.52%
G = 10.46%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#581031 (or 0x581031) is known color: Blackberry. HEX triplet: 58, 10 and 31. RGB value is (88,16,49). Sum of RGB (Red+Green+Blue) = 88+16+49=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #581031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581031 is #A7EFCE. Grayscale: #292929. Windows color (decimal): -11005903 or 3215448. OLE color: 3215448.

HSL color Cylindrical-coordinate representation of color #581031: hue angle of 332.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581031 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 49 -
CMYK 0 0.82 0.44 0.65
HSL 332.5º 0.69% 0.2% -
HSV(B) 332.5º 0.82% 0.35% -
XYZ 4.76 2.67 3.17 -
YUV 41.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 88 16 49 0 0.82 0.44 0.65 332.5 0.69 0.2
Hex 58 10 31 0 52 2C 41 14C 45 14
Octal 130 20 61 0 122 54 101 514 105 24
Binary 1011000 10000 110001 0 1010010 101100 1000001 101001100 1000101 10100

Color Harmonies of #581031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581031

Black with #581031

Text Example


Text Example

White with #581031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581031; }

 p { color: rgb(88,16,49); }

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

background-color css

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

 a { background-color: rgb(88,16,49); }

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

border-color css

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

 span { border-color: rgb(88,16,49); }

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