Html Css Color HEX #500725 Blackberry

📋 copy color: '#500725'

red 80 ◦ green 7 ◦ blue 37

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

Shades of Blackberry #500725

Tints of Blackberry #500725

RGB

 RED value IS 80 (31.64% from 255) = 64.52%

 GREEN value IS 7 (3.13% from 255) = 5.65%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 64.52%
G = 5.65%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#500725 (or 0x500725) is known color: Blackberry. HEX triplet: 50, 07 and 25. RGB value is (80,7,37). Sum of RGB (Red+Green+Blue) = 80+7+37=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500725 is #AFF8DA. Grayscale: #202020. Windows color (decimal): -11532507 or 2426704. OLE color: 2426704.

HSL color Cylindrical-coordinate representation of color #500725: hue angle of 335.34º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500725 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 7 37 -
CMYK 0 0.91 0.54 0.69
HSL 335.34º 0.84% 0.17% -
HSV(B) 335.34º 0.91% 0.31% -
XYZ 3.72 1.99 1.94 -
YUV 32.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 80 7 37 0 0.91 0.54 0.69 335.34 0.84 0.17
Hex 50 7 25 0 5B 36 45 14F 54 11
Octal 120 7 45 0 133 66 105 517 124 21
Binary 1010000 111 100101 0 1011011 110110 1000101 101001111 1010100 10001

Color Harmonies of #500725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500725

Black with #500725

Text Example


Text Example

White with #500725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500725; }

 p { color: rgb(80,7,37); }

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

background-color css

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

 a { background-color: rgb(80,7,37); }

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

border-color css

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

 span { border-color: rgb(80,7,37); }

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