Html Css Color HEX #58132F Blackberry

📋 copy color: '#58132F'

red 88 ◦ green 19 ◦ blue 47

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

Shades of Blackberry #58132F

Tints of Blackberry #58132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.52%

R = 57.14%
G = 12.34%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58132F (or 0x58132F) is known color: Blackberry. HEX triplet: 58, 13 and 2F. RGB value is (88,19,47). Sum of RGB (Red+Green+Blue) = 88+19+47=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132F is #A7ECD0. Grayscale: #2A2A2A. Windows color (decimal): -11005137 or 3085144. OLE color: 3085144.

HSL color Cylindrical-coordinate representation of color #58132F: hue angle of 335.65º 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 #58132F is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 47 -
CMYK 0 0.78 0.47 0.65
HSL 335.65º 0.64% 0.21% -
HSV(B) 335.65º 0.78% 0.35% -
XYZ 4.77 2.75 2.97 -
YUV 42.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 88 19 47 0 0.78 0.47 0.65 335.65 0.64 0.21
Hex 58 13 2F 0 4E 2F 41 150 40 15
Octal 130 23 57 0 116 57 101 520 100 25
Binary 1011000 10011 101111 0 1001110 101111 1000001 101010000 1000000 10101

Color Harmonies of #58132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58132F

Black with #58132F

Text Example


Text Example

White with #58132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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