Html Css Color HEX #580C2B Blackberry

📋 copy color: '#580C2B'

red 88 ◦ green 12 ◦ blue 43

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

Shades of Blackberry #580C2B

Tints of Blackberry #580C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.39%

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 61.54%
G = 8.39%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#580C2B (or 0x580C2B) is known color: Blackberry. HEX triplet: 58, 0C and 2B. RGB value is (88,12,43). Sum of RGB (Red+Green+Blue) = 88+12+43=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C2B is #A7F3D4. Grayscale: #262626. Windows color (decimal): -11006933 or 2821208. OLE color: 2821208.

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

Color convert

RGB 88 12 43 -
CMYK 0 0.86 0.51 0.65
HSL 335.53º 0.76% 0.2% -
HSV(B) 335.53º 0.86% 0.35% -
XYZ 4.59 2.51 2.53 -
YUV 38.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 88 12 43 0 0.86 0.51 0.65 335.53 0.76 0.2
Hex 58 C 2B 0 56 33 41 150 4C 14
Octal 130 14 53 0 126 63 101 520 114 24
Binary 1011000 1100 101011 0 1010110 110011 1000001 101010000 1001100 10100

Color Harmonies of #580C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C2B

Black with #580C2B

Text Example


Text Example

White with #580C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,12,43); }

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

background-color css

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

 a { background-color: rgb(88,12,43); }

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

border-color css

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

 span { border-color: rgb(88,12,43); }

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