Html Css Color HEX #50062E Blackberry

📋 copy color: '#50062E'

red 80 ◦ green 6 ◦ blue 46

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

Shades of Blackberry #50062E

Tints of Blackberry #50062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 60.61%
G = 4.55%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50062E (or 0x50062E) is known color: Blackberry. HEX triplet: 50, 06 and 2E. RGB value is (80,6,46). Sum of RGB (Red+Green+Blue) = 80+6+46=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50062E is #AFF9D1. Grayscale: #202020. Windows color (decimal): -11532754 or 3016272. OLE color: 3016272.

HSL color Cylindrical-coordinate representation of color #50062E: hue angle of 327.57º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50062E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 46 -
CMYK 0 0.92 0.42 0.69
HSL 327.57º 0.86% 0.17% -
HSV(B) 327.57º 0.93% 0.31% -
XYZ 3.87 2.03 2.77 -
YUV 32.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 80 6 46 0 0.92 0.42 0.69 327.57 0.86 0.17
Hex 50 6 2E 0 5C 2A 45 148 56 11
Octal 120 6 56 0 134 52 105 510 126 21
Binary 1010000 110 101110 0 1011100 101010 1000101 101001000 1010110 10001

Color Harmonies of #50062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50062E

Black with #50062E

Text Example


Text Example

White with #50062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,6,46); }

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

background-color css

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

 a { background-color: rgb(80,6,46); }

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

border-color css

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

 span { border-color: rgb(80,6,46); }

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