Html Css Color HEX #58112D Blackberry

📋 copy color: '#58112D'

red 88 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #58112D

Tints of Blackberry #58112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 58.67%
G = 11.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58112D (or 0x58112D) is known color: Blackberry. HEX triplet: 58, 11 and 2D. RGB value is (88,17,45). Sum of RGB (Red+Green+Blue) = 88+17+45=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112D is #A7EED2. Grayscale: #292929. Windows color (decimal): -11005651 or 2953560. OLE color: 2953560.

HSL color Cylindrical-coordinate representation of color #58112D: hue angle of 336.34º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58112D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 45 -
CMYK 0 0.81 0.49 0.65
HSL 336.34º 0.68% 0.21% -
HSV(B) 336.34º 0.81% 0.35% -
XYZ 4.7 2.67 2.75 -
YUV 41.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 88 17 45 0 0.81 0.49 0.65 336.34 0.68 0.21
Hex 58 11 2D 0 51 31 41 150 44 15
Octal 130 21 55 0 121 61 101 520 104 25
Binary 1011000 10001 101101 0 1010001 110001 1000001 101010000 1000100 10101

Color Harmonies of #58112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58112D

Black with #58112D

Text Example


Text Example

White with #58112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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