Html Css Color HEX #580F2D Blackberry

📋 copy color: '#580F2D'

red 88 ◦ green 15 ◦ blue 45

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

Shades of Blackberry #580F2D

Tints of Blackberry #580F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.14%

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 59.46%
G = 10.14%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#580F2D (or 0x580F2D) is known color: Blackberry. HEX triplet: 58, 0F and 2D. RGB value is (88,15,45). Sum of RGB (Red+Green+Blue) = 88+15+45=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #580F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F2D is #A7F0D2. Grayscale: #282828. Windows color (decimal): -11006163 or 2953048. OLE color: 2953048.

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

Color convert

RGB 88 15 45 -
CMYK 0 0.83 0.49 0.65
HSL 335.34º 0.71% 0.2% -
HSV(B) 335.34º 0.83% 0.35% -
XYZ 4.67 2.61 2.74 -
YUV 40.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 88 15 45 0 0.83 0.49 0.65 335.34 0.71 0.2
Hex 58 F 2D 0 53 31 41 14F 47 14
Octal 130 17 55 0 123 61 101 517 107 24
Binary 1011000 1111 101101 0 1010011 110001 1000001 101001111 1000111 10100

Color Harmonies of #580F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F2D

Black with #580F2D

Text Example


Text Example

White with #580F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,45); }

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

background-color css

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

 a { background-color: rgb(88,15,45); }

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

border-color css

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

 span { border-color: rgb(88,15,45); }

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