Html Css Color HEX #581132 Blackberry

📋 copy color: '#581132'

red 88 ◦ green 17 ◦ blue 50

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

Shades of Blackberry #581132

Tints of Blackberry #581132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 56.77%
G = 10.97%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#581132 (or 0x581132) is known color: Blackberry. HEX triplet: 58, 11 and 32. RGB value is (88,17,50). Sum of RGB (Red+Green+Blue) = 88+17+50=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #581132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581132 is #A7EECD. Grayscale: #292929. Windows color (decimal): -11005646 or 3281240. OLE color: 3281240.

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

Color convert

RGB 88 17 50 -
CMYK 0 0.81 0.43 0.65
HSL 332.11º 0.68% 0.21% -
HSV(B) 332.11º 0.81% 0.35% -
XYZ 4.8 2.71 3.29 -
YUV 41.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 88 17 50 0 0.81 0.43 0.65 332.11 0.68 0.21
Hex 58 11 32 0 51 2B 41 14C 44 15
Octal 130 21 62 0 121 53 101 514 104 25
Binary 1011000 10001 110010 0 1010001 101011 1000001 101001100 1000100 10101

Color Harmonies of #581132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581132

Black with #581132

Text Example


Text Example

White with #581132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581132; }

 p { color: rgb(88,17,50); }

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

background-color css

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

 a { background-color: rgb(88,17,50); }

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

border-color css

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

 span { border-color: rgb(88,17,50); }

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