Html Css Color HEX #581330 Blackberry

📋 copy color: '#581330'

red 88 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #581330

Tints of Blackberry #581330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 56.77%
G = 12.26%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#581330 (or 0x581330) is known color: Blackberry. HEX triplet: 58, 13 and 30. RGB value is (88,19,48). Sum of RGB (Red+Green+Blue) = 88+19+48=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #581330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581330 is #A7ECCF. Grayscale: #2A2A2A. Windows color (decimal): -11005136 or 3150680. OLE color: 3150680.

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

Color convert

RGB 88 19 48 -
CMYK 0 0.78 0.45 0.65
HSL 334.78º 0.64% 0.21% -
HSV(B) 334.78º 0.78% 0.35% -
XYZ 4.79 2.75 3.08 -
YUV 42.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 88 19 48 0 0.78 0.45 0.65 334.78 0.64 0.21
Hex 58 13 30 0 4E 2D 41 14F 40 15
Octal 130 23 60 0 116 55 101 517 100 25
Binary 1011000 10011 110000 0 1001110 101101 1000001 101001111 1000000 10101

Color Harmonies of #581330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581330

Black with #581330

Text Example


Text Example

White with #581330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581330; }

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

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

background-color css

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

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

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

border-color css

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

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

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