Html Css Color HEX #580E30 Blackberry

📋 copy color: '#580E30'

red 88 ◦ green 14 ◦ blue 48

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

Shades of Blackberry #580E30

Tints of Blackberry #580E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.33%

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

R = 58.67%
G = 9.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#580E30 (or 0x580E30) is known color: Blackberry. HEX triplet: 58, 0E and 30. RGB value is (88,14,48). Sum of RGB (Red+Green+Blue) = 88+14+48=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #580E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E30 is #A7F1CF. Grayscale: #272727. Windows color (decimal): -11006416 or 3149400. OLE color: 3149400.

HSL color Cylindrical-coordinate representation of color #580E30: hue angle of 332.43º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E30 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 14 48 -
CMYK 0 0.84 0.45 0.65
HSL 332.43º 0.73% 0.2% -
HSV(B) 332.43º 0.84% 0.35% -
XYZ 4.72 2.6 3.05 -
YUV 40 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 88 14 48 0 0.84 0.45 0.65 332.43 0.73 0.2
Hex 58 E 30 0 54 2D 41 14C 49 14
Octal 130 16 60 0 124 55 101 514 111 24
Binary 1011000 1110 110000 0 1010100 101101 1000001 101001100 1001001 10100

Color Harmonies of #580E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E30

Black with #580E30

Text Example


Text Example

White with #580E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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