Html Css Color HEX #581334 Blackberry

📋 copy color: '#581334'

red 88 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #581334

Tints of Blackberry #581334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.7%

R = 55.35%
G = 11.95%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#581334 (or 0x581334) is known color: Blackberry. HEX triplet: 58, 13 and 34. RGB value is (88,19,52). Sum of RGB (Red+Green+Blue) = 88+19+52=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581334 is #A7ECCB. Grayscale: #2B2B2B. Windows color (decimal): -11005132 or 3412824. OLE color: 3412824.

HSL color Cylindrical-coordinate representation of color #581334: hue angle of 331.3º 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 #581334 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 52 -
CMYK 0 0.78 0.41 0.65
HSL 331.3º 0.64% 0.21% -
HSV(B) 331.3º 0.78% 0.35% -
XYZ 4.88 2.79 3.53 -
YUV 43.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 88 19 52 0 0.78 0.41 0.65 331.3 0.64 0.21
Hex 58 13 34 0 4E 29 41 14B 40 15
Octal 130 23 64 0 116 51 101 513 100 25
Binary 1011000 10011 110100 0 1001110 101001 1000001 101001011 1000000 10101

Color Harmonies of #581334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581334

Black with #581334

Text Example


Text Example

White with #581334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581334; }

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

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

background-color css

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

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

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

border-color css

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

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

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