Html Css Color HEX #50123D Blackberry

📋 copy color: '#50123D'

red 80 ◦ green 18 ◦ blue 61

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

Shades of Blackberry #50123D

Tints of Blackberry #50123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 50.31%
G = 11.32%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50123D (or 0x50123D) is known color: Blackberry. HEX triplet: 50, 12 and 3D. RGB value is (80,18,61). Sum of RGB (Red+Green+Blue) = 80+18+61=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123D is #AFEDC2. Grayscale: #292929. Windows color (decimal): -11529667 or 4002384. OLE color: 4002384.

HSL color Cylindrical-coordinate representation of color #50123D: hue angle of 318.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50123D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 61 -
CMYK 0 0.78 0.24 0.69
HSL 318.39º 0.63% 0.19% -
HSV(B) 318.39º 0.78% 0.31% -
XYZ 4.37 2.48 4.66 -
YUV 41.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 80 18 61 0 0.78 0.24 0.69 318.39 0.63 0.19
Hex 50 12 3D 0 4E 18 45 13E 3F 13
Octal 120 22 75 0 116 30 105 476 77 23
Binary 1010000 10010 111101 0 1001110 11000 1000101 100111110 111111 10011

Color Harmonies of #50123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50123D

Black with #50123D

Text Example


Text Example

White with #50123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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