Html Css Color HEX #50133E Blackberry

📋 copy color: '#50133E'

red 80 ◦ green 19 ◦ blue 62

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

Shades of Blackberry #50133E

Tints of Blackberry #50133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 49.69%
G = 11.8%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50133E (or 0x50133E) is known color: Blackberry. HEX triplet: 50, 13 and 3E. RGB value is (80,19,62). Sum of RGB (Red+Green+Blue) = 80+19+62=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50133E is #AFECC1. Grayscale: #2A2A2A. Windows color (decimal): -11529410 or 4068176. OLE color: 4068176.

HSL color Cylindrical-coordinate representation of color #50133E: hue angle of 317.7º 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 #50133E is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 62 -
CMYK 0 0.76 0.22 0.69
HSL 317.7º 0.62% 0.19% -
HSV(B) 317.7º 0.76% 0.31% -
XYZ 4.41 2.52 4.81 -
YUV 42.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 80 19 62 0 0.76 0.22 0.69 317.7 0.62 0.19
Hex 50 13 3E 0 4C 16 45 13E 3E 13
Octal 120 23 76 0 114 26 105 476 76 23
Binary 1010000 10011 111110 0 1001100 10110 1000101 100111110 111110 10011

Color Harmonies of #50133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50133E

Black with #50133E

Text Example


Text Example

White with #50133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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