Html Css Color HEX #50193A Blackberry

📋 copy color: '#50193A'

red 80 ◦ green 25 ◦ blue 58

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

Shades of Blackberry #50193A

Tints of Blackberry #50193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 49.08%
G = 15.34%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50193A (or 0x50193A) is known color: Blackberry. HEX triplet: 50, 19 and 3A. RGB value is (80,25,58). Sum of RGB (Red+Green+Blue) = 80+25+58=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193A is #AFE6C5. Grayscale: #2D2D2D. Windows color (decimal): -11527878 or 3807568. OLE color: 3807568.

HSL color Cylindrical-coordinate representation of color #50193A: hue angle of 324º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50193A is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 58 -
CMYK 0 0.69 0.28 0.69
HSL 324º 0.52% 0.21% -
HSV(B) 324º 0.69% 0.31% -
XYZ 4.42 2.71 4.29 -
YUV 45.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 80 25 58 0 0.69 0.28 0.69 324 0.52 0.21
Hex 50 19 3A 0 45 1C 45 144 34 15
Octal 120 31 72 0 105 34 105 504 64 25
Binary 1010000 11001 111010 0 1000101 11100 1000101 101000100 110100 10101

Color Harmonies of #50193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50193A

Black with #50193A

Text Example


Text Example

White with #50193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50193A; }

 p { color: rgb(80,25,58); }

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

background-color css

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

 a { background-color: rgb(80,25,58); }

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

border-color css

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

 span { border-color: rgb(80,25,58); }

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