Html Css Color HEX #581335 Blackberry

📋 copy color: '#581335'

red 88 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #581335

Tints of Blackberry #581335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 55%
G = 11.88%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#581335 (or 0x581335) is known color: Blackberry. HEX triplet: 58, 13 and 35. RGB value is (88,19,53). Sum of RGB (Red+Green+Blue) = 88+19+53=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581335 is #A7ECCA. Grayscale: #2B2B2B. Windows color (decimal): -11005131 or 3478360. OLE color: 3478360.

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

Color convert

RGB 88 19 53 -
CMYK 0 0.78 0.40 0.65
HSL 330.43º 0.64% 0.21% -
HSV(B) 330.43º 0.78% 0.35% -
XYZ 4.9 2.8 3.65 -
YUV 43.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 88 19 53 0 0.78 0.40 0.65 330.43 0.64 0.21
Hex 58 13 35 0 4E 28 41 14A 40 15
Octal 130 23 65 0 116 50 101 512 100 25
Binary 1011000 10011 110101 0 1001110 101000 1000001 101001010 1000000 10101

Color Harmonies of #581335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581335

Black with #581335

Text Example


Text Example

White with #581335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581335; }

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

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

background-color css

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

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

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

border-color css

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

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

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