Html Css Color HEX #581235 Blackberry

📋 copy color: '#581235'

red 88 ◦ green 18 ◦ blue 53

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

Shades of Blackberry #581235

Tints of Blackberry #581235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 55.35%
G = 11.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#581235 (or 0x581235) is known color: Blackberry. HEX triplet: 58, 12 and 35. RGB value is (88,18,53). Sum of RGB (Red+Green+Blue) = 88+18+53=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581235 is #A7EDCA. Grayscale: #2A2A2A. Windows color (decimal): -11005387 or 3478104. OLE color: 3478104.

HSL color Cylindrical-coordinate representation of color #581235: hue angle of 330º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581235 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 53 -
CMYK 0 0.80 0.40 0.65
HSL 330º 0.66% 0.21% -
HSV(B) 330º 0.8% 0.35% -
XYZ 4.88 2.76 3.64 -
YUV 42.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 88 18 53 0 0.80 0.40 0.65 330 0.66 0.21
Hex 58 12 35 0 50 28 41 14A 42 15
Octal 130 22 65 0 120 50 101 512 102 25
Binary 1011000 10010 110101 0 1010000 101000 1000001 101001010 1000010 10101

Color Harmonies of #581235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581235

Black with #581235

Text Example


Text Example

White with #581235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581235; }

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

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

background-color css

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

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

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

border-color css

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

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

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