Html Css Color HEX #50153D Blackberry

📋 copy color: '#50153D'

red 80 ◦ green 21 ◦ blue 61

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

Shades of Blackberry #50153D

Tints of Blackberry #50153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 49.38%
G = 12.96%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50153D (or 0x50153D) is known color: Blackberry. HEX triplet: 50, 15 and 3D. RGB value is (80,21,61). Sum of RGB (Red+Green+Blue) = 80+21+61=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50153D is #AFEAC2. Grayscale: #2B2B2B. Windows color (decimal): -11528899 or 4003152. OLE color: 4003152.

HSL color Cylindrical-coordinate representation of color #50153D: hue angle of 319.32º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50153D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 61 -
CMYK 0 0.74 0.24 0.69
HSL 319.32º 0.58% 0.2% -
HSV(B) 319.32º 0.74% 0.31% -
XYZ 4.42 2.58 4.68 -
YUV 43.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 80 21 61 0 0.74 0.24 0.69 319.32 0.58 0.2
Hex 50 15 3D 0 4A 18 45 13F 3A 14
Octal 120 25 75 0 112 30 105 477 72 24
Binary 1010000 10101 111101 0 1001010 11000 1000101 100111111 111010 10100

Color Harmonies of #50153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50153D

Black with #50153D

Text Example


Text Example

White with #50153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50153D; }

 p { color: rgb(80,21,61); }

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

background-color css

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

 a { background-color: rgb(80,21,61); }

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

border-color css

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

 span { border-color: rgb(80,21,61); }

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