Html Css Color HEX #58132E Blackberry

📋 copy color: '#58132E'

red 88 ◦ green 19 ◦ blue 46

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

Shades of Blackberry #58132E

Tints of Blackberry #58132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 57.52%
G = 12.42%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58132E (or 0x58132E) is known color: Blackberry. HEX triplet: 58, 13 and 2E. RGB value is (88,19,46). Sum of RGB (Red+Green+Blue) = 88+19+46=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132E is #A7ECD1. Grayscale: #2A2A2A. Windows color (decimal): -11005138 or 3019608. OLE color: 3019608.

HSL color Cylindrical-coordinate representation of color #58132E: hue angle of 336.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58132E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 46 -
CMYK 0 0.78 0.48 0.65
HSL 336.52º 0.64% 0.21% -
HSV(B) 336.52º 0.78% 0.35% -
XYZ 4.75 2.74 2.86 -
YUV 42.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 88 19 46 0 0.78 0.48 0.65 336.52 0.64 0.21
Hex 58 13 2E 0 4E 30 41 151 40 15
Octal 130 23 56 0 116 60 101 521 100 25
Binary 1011000 10011 101110 0 1001110 110000 1000001 101010001 1000000 10101

Color Harmonies of #58132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58132E

Black with #58132E

Text Example


Text Example

White with #58132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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