Html Css Color HEX #50133D Blackberry

📋 copy color: '#50133D'

red 80 ◦ green 19 ◦ blue 61

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

Shades of Blackberry #50133D

Tints of Blackberry #50133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.88%

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

R = 50%
G = 11.88%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50133D (or 0x50133D) is known color: Blackberry. HEX triplet: 50, 13 and 3D. RGB value is (80,19,61). Sum of RGB (Red+Green+Blue) = 80+19+61=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50133D is #AFECC2. Grayscale: #292929. Windows color (decimal): -11529411 or 4002640. OLE color: 4002640.

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

Color convert

RGB 80 19 61 -
CMYK 0 0.76 0.24 0.69
HSL 318.69º 0.62% 0.19% -
HSV(B) 318.69º 0.76% 0.31% -
XYZ 4.38 2.51 4.67 -
YUV 42.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 80 19 61 0 0.76 0.24 0.69 318.69 0.62 0.19
Hex 50 13 3D 0 4C 18 45 13F 3E 13
Octal 120 23 75 0 114 30 105 477 76 23
Binary 1010000 10011 111101 0 1001100 11000 1000101 100111111 111110 10011

Color Harmonies of #50133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50133D

Black with #50133D

Text Example


Text Example

White with #50133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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