Html Css Color HEX #580F2E Blackberry

📋 copy color: '#580F2E'

red 88 ◦ green 15 ◦ blue 46

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

Shades of Blackberry #580F2E

Tints of Blackberry #580F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 59.06%
G = 10.07%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#580F2E (or 0x580F2E) is known color: Blackberry. HEX triplet: 58, 0F and 2E. RGB value is (88,15,46). Sum of RGB (Red+Green+Blue) = 88+15+46=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #580F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F2E is #A7F0D1. Grayscale: #282828. Windows color (decimal): -11006162 or 3018584. OLE color: 3018584.

HSL color Cylindrical-coordinate representation of color #580F2E: hue angle of 334.52º 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 #580F2E is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 46 -
CMYK 0 0.83 0.48 0.65
HSL 334.52º 0.71% 0.2% -
HSV(B) 334.52º 0.83% 0.35% -
XYZ 4.69 2.61 2.84 -
YUV 40.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 88 15 46 0 0.83 0.48 0.65 334.52 0.71 0.2
Hex 58 F 2E 0 53 30 41 14F 47 14
Octal 130 17 56 0 123 60 101 517 107 24
Binary 1011000 1111 101110 0 1010011 110000 1000001 101001111 1000111 10100

Color Harmonies of #580F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F2E

Black with #580F2E

Text Example


Text Example

White with #580F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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